Template:Team:HokkaidoU Japan/LargeDropDown/JS

From 2014.igem.org

(Difference between revisions)
Line 6: Line 6:
                     var $child  = $menu.children(".menu_button")
                     var $child  = $menu.children(".menu_button")
                     var $child-ind = $child.index($child)
                     var $child-ind = $child.index($child)
-
                     $child-ind.eq(2).find('.ldd_submenu').css("width","440px");
+
                     $child_ind.eq(2).find('.ldd_submenu').css("width","440px");
-
                     $child-ind.eq(3).find('.ldd_submenu').css("width","160px");
+
                     $child_ind.eq(3).find('.ldd_submenu').css("width","160px");
                     $child.hover(function() {  
                     $child.hover(function() {  

Revision as of 16:52, 5 October 2014