Team:Dundee/cleanPage.js
From 2011.igem.org
(Difference between revisions)
(Created page with "function removeElements() { $("#globalWrapper").remove(); } $(document).ready(function () { removeElements(); });") |
|||
Line 1: | Line 1: | ||
function removeElements() | function removeElements() | ||
{ | { | ||
- | $("# | + | $("#top-section").empty(); |
} | } | ||
Revision as of 16:49, 23 May 2011
function removeElements() {
$("#top-section").empty();
}
$(document).ready(function () {
removeElements();
});