Difference between revisions of "Template:Team:Aachen/Footer"
Line 123: | Line 123: | ||
jQuery(".dropdown-menu li.dropdown").on("mouseenter", function () { | jQuery(".dropdown-menu li.dropdown").on("mouseenter", function () { | ||
− | jQuery(this).find( ".dropdown-menu"). | + | jQuery(this).find( ".dropdown-menu").show(); |
}).on("mouseleave", function () { | }).on("mouseleave", function () { | ||
− | jQuery(this).find( ".dropdown-menu"). | + | jQuery(this).find( ".dropdown-menu").hide(1000); |
}); | }); |
Revision as of 00:13, 19 September 2015