Template:Team:HokkaidoU Japan/LargeDropDown/JS

From 2014.igem.org

(Difference between revisions)
Line 34: Line 34:
}).bind('mouseleave',function(){
}).bind('mouseleave',function(){
$this.find('.ldd_submenu').stop(true,true).hide();
$this.find('.ldd_submenu').stop(true,true).hide();
-
$span.stop().animate({'width':$span.data('width') += '30px'},300);
+
$span.stop().animate({'width':$span.data('width') +30 'px'},300);
});
});
});
});

Revision as of 08:50, 5 October 2014