Team:Dundee
From 2011.igem.org
(Difference between revisions)
Line 2: | Line 2: | ||
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.12/jquery-ui.min.js"></script> | <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.12/jquery-ui.min.js"></script> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
- | function | + | function clearHeader() { |
$('#p-logo').empty(); | $('#p-logo').empty(); | ||
$('#top-section').css({ | $('#top-section').css({ | ||
- | backgroundImage: 'url(https://static.igem.org/mediawiki/2011/5/5c/Dundee-bg.jpg) | + | backgroundImage: 'url(https://static.igem.org/mediawiki/2011/5/5c/Dundee-bg.jpg)' |
- | + | ||
- | + | ||
- | + | ||
}); | }); | ||
} | } | ||
$(function() { | $(function() { | ||
- | + | clearHeader(); | |
}) | }) | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 16:06, 18 May 2011