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