Team:Trieste/static/page boot.js
From 2012.igem.org
(Difference between revisions)
(Created page with "$(function(({ $('body).html($('div#body)) });") |
|||
Line 1: | Line 1: | ||
- | $(function( | + | $(function(){ |
$('body).html($('div#body)) | $('body).html($('div#body)) | ||
}); | }); |
Revision as of 05:58, 14 July 2012
$(function(){
$('body).html($('div#body))
});