Template:Team:HokkaidoU Japan/LargeDropDown/JS

From 2014.igem.org

(Difference between revisions)
Line 29: Line 29:
$this.bind('mouseenter',function(){
$this.bind('mouseenter',function(){
$menu.find('.ldd_submenu').stop(true,true).hide();
$menu.find('.ldd_submenu').stop(true,true).hide();
-
$span.stop().animate({'width':'510px'},300,function(){
+
$span.stop().animate({'width':'540px'},300,function(){
$this.find('.ldd_submenu').slideDown(300);
$this.find('.ldd_submenu').slideDown(300);
});
});

Revision as of 08:41, 5 October 2014