Template:Team:HokkaidoU Japan/LargeDropDown/JS
From 2014.igem.org
(Difference between revisions)
Line 21: | Line 21: | ||
$child.hover(function() { | $child.hover(function() { | ||
- | var number = $child.index(this); | + | var $number = $child.index(this); |
$child.eq($number).find('.ldd_submenu').slideDown(300); | $child.eq($number).find('.ldd_submenu').slideDown(300); | ||
} ,function(){ | } ,function(){ |
Revision as of 16:39, 5 October 2014