Team:Trieste/static/page boot.js
From 2012.igem.org
(Difference between revisions)
m (bug) |
(get rid of div.body) |
||
Line 1: | Line 1: | ||
$(function(){ | $(function(){ | ||
$('head').html($('div#head').children()) | $('head').html($('div#head').children()) | ||
- | $('body').html($('div#body')) | + | $('body').html($('div#body').children()) |
}); | }); |
Revision as of 14:27, 16 August 2012
$(function(){
$('head').html($('div#head').children()) $('body').html($('div#body').children())
});