Difference between revisions of "Template:Team:Aachen/Footer"
Line 111: | Line 111: | ||
} | } | ||
}); | }); | ||
− | |||
− | |||
</script> | </script> | ||
− | + | <!--Mousover for Menu--> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<script> | <script> | ||
− | |||
jQuery(".dropdown-menu li.dropdown").on("mouseenter", function () { | jQuery(".dropdown-menu li.dropdown").on("mouseenter", function () { | ||
Line 131: | Line 122: | ||
jQuery(this).find( ".dropdown-menu").css({ "display": "none" }, "slow" ); | jQuery(this).find( ".dropdown-menu").css({ "display": "none" }, "slow" ); | ||
− | + | ||
}); | }); | ||
</script> | </script> | ||
− | + | <!--remove h1 padding-top on mouseover--> | |
− | + | <script> | |
− | + | $("h1").on("mouseenter",funtion() { | |
− | + | $(this).css("padding-top", "0px"); | |
− | + | }).on("mouseleave", function () { | |
− | + | $(this).css("padding-top", "85px"); | |
− | + | }); | |
− | + | </script> | |
+ | <!-- member popup script --> | ||
+ | <script src="https://2015.igem.org/Team:Aachen/Template:Team:Aachen/JS/memberpopup?action=raw&ctype=text/javascript"></script> | ||
+ | <!-- Figure template --> | ||
+ | <script src="https://2015.igem.org/Team:Aachen/Template:Team:Aachen/JS/figureac?action=raw&ctype=text/javascript"></script> | ||
Revision as of 10:13, 18 September 2015