Template:Team:Amsterdam/ernst/scripts
From 2012.igem.org
(Difference between revisions)
Line 2: | Line 2: | ||
<script type='text/javascript'> | <script type='text/javascript'> | ||
+ | // Methode of injecting stuff into the header before page load! :D thank god that mediawiki includes jquery standard ;) | ||
$(document).ready( function() { | $(document).ready( function() { | ||
$("head").append("<link>"); | $("head").append("<link>"); | ||
Line 8: | Line 9: | ||
rel: "stylesheet", | rel: "stylesheet", | ||
type: "text/css", | type: "text/css", | ||
- | href: "/ | + | href: "/testcss.css" |
}); | }); | ||
}); | }); |
Revision as of 00:20, 2 July 2012