Difference between revisions of "Template:Team:Aachen/Footer"
Line 118: | Line 118: | ||
}); | }); | ||
</script> | </script> | ||
+ | |||
<!--Mousover for Menu--> | <!--Mousover for Menu--> | ||
<script> | <script> | ||
− | + | $(".dropdown-menu li.dropdown").on("mouseenter", function () { | |
$(this).find( ".dropdown-menu").show(); | $(this).find( ".dropdown-menu").show(); | ||
− | }).on("mouseleave", function () { | + | }); |
+ | $(".ac-submenu").on("mouseleave", function () { | ||
setTimeout(function () { | setTimeout(function () { | ||
− | $( | + | $(this).hide(); |
− | }, | + | }, 1500); |
}); | }); | ||
</script> | </script> |
Revision as of 00:39, 19 September 2015