Template:Team:HokkaidoU Japan/LargeDropDown/JS

From 2014.igem.org

(Difference between revisions)
Line 20: Line 20:
*/
*/
var $menu = $('#ldd_menu');
var $menu = $('#ldd_menu');
-
                                 var $child = $menu.children("li")
+
                                 var $child = $menu.children("li").index();
/**
/**
Line 27: Line 27:
* expand the span element (title) to 510px
* expand the span element (title) to 510px
*/
*/
-
$child.slice(1,3).hover(function(){
+
$menu.children("li").eq(child).hover(function(){
$child.find('.ldd_submenu').slideDown(300);
$child.find('.ldd_submenu').slideDown(300);
} ,function(){
} ,function(){

Revision as of 11:35, 5 October 2014