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(this); | var number = $child.index(this); | ||
- | $(function(){ | + | |
- | + | $child.hover(function(){$(function(){alert:number}); | |
$child.find('.ldd_submenu').eq(number).slideDown(300); | $child.find('.ldd_submenu').eq(number).slideDown(300); | ||
} ,function(){ | } ,function(){ |
Revision as of 11:52, 5 October 2014