Team:Dundee/cleanPage.js

From 2011.igem.org

Revision as of 14:17, 27 May 2011 by Dzgibson (Talk | contribs)

function removeElements() {

 $("#p-logo").empty();
 $("#search-controls").empty();
 $("#content").empty();

}

$(document).ready(function () {

 removeElements();

});