Difference between revisions of "Template:Team:Aachen/Footer"
(9 intermediate revisions by the same user not shown) | |||
Line 118: | Line 118: | ||
}); | }); | ||
</script> | </script> | ||
+ | |||
<!--Mousover for Menu--> | <!--Mousover for Menu--> | ||
<script> | <script> | ||
− | + | var t; | |
− | + | $(".dropdown-menu li.dropdown").on("mouseenter", function () { | |
− | + | $('.ac-submenu').hide(); | |
− | + | $(this).find( ".dropdown-menu").show(); | |
− | + | }); | |
− | setTimeout(function () { | + | |
− | + | $(".ac-submenu").on("mouseleave", function () { | |
+ | t = setTimeout(function () { | ||
+ | $(".ac-submenu").hide(); | ||
}, 1000); | }, 1000); | ||
+ | }); | ||
+ | |||
+ | $(".ac-submenu").on("mouseenter", function () { | ||
+ | clearTimeout(t); | ||
}); | }); | ||
</script> | </script> |
Latest revision as of 03:45, 19 September 2015