Template:Team:HokkaidoU Japan/LargeDropDown/JS

From 2014.igem.org

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

Revision as of 12:36, 6 October 2014