Template:Team:Amsterdam/scripts
From 2012.igem.org
(Difference between revisions)
Line 2: | Line 2: | ||
<!-- Methode of injecting stuff into the header before page load! :D thank god that mediawiki includes jquery standard ;) --> | <!-- Methode of injecting stuff into the header before page load! :D thank god that mediawiki includes jquery standard ;) --> | ||
<script type='text/javascript'> | <script type='text/javascript'> | ||
- | $(document).ready( function() { | + | //$(document).ready( function() { |
//$('head > style[media="screen, projection"]').remove(); | //$('head > style[media="screen, projection"]').remove(); | ||
//$('head > script[src="/forum/forum_scripts.js"]').remove(); | //$('head > script[src="/forum/forum_scripts.js"]').remove(); | ||
//$('head > link[href="/wiki/skins/common/commonPrint.css?270"]').remove(); | //$('head > link[href="/wiki/skins/common/commonPrint.css?270"]').remove(); | ||
- | $("head").append("<link>"); | + | //$("head").append("<link>"); |
- | css = $("head > :last"); | + | //css = $("head > :last"); |
//css = $("head").children(":last"); | //css = $("head").children(":last"); | ||
- | css.attr({ | + | //css.attr({ |
- | rel: "stylesheet", | + | //rel: "stylesheet", |
- | type: "text/css", | + | //type: "text/css", |
- | href: "/testcss.css" | + | //href: "/testcss.css" |
- | }); | + | //}); |
- | }); | + | //}); |
</script> | </script> | ||
Line 27: | Line 27: | ||
<!-- JQuery menu animations --> | <!-- JQuery menu animations --> | ||
- | <script type='text/javascript' src ='http://cherne.net/brian/resources/jquery.hoverIntent.minified.js'></script> | + | //<script type='text/javascript' src ='http://cherne.net/brian/resources/jquery.hoverIntent.minified.js'></script> |
<script type='text/javascript'> | <script type='text/javascript'> | ||
function navmenu(){ | function navmenu(){ | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
$("#navmenu ul ul").css({display: "none", height:'auto'}); // Opera Fix | $("#navmenu ul ul").css({display: "none", height:'auto'}); // Opera Fix | ||
Line 55: | Line 39: | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
- | + | navmenu(); | |
}); | }); | ||
</script> | </script> | ||
- | |||
- | |||
- | |||
- | |||
</html> | </html> |
Revision as of 18:27, 25 September 2012
//