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