Team:Trieste/static/page boot.js

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
$(function(){
$(function(){
 +
    $('head').html($('div#head'))
     $('body').html($('div#body'))
     $('body').html($('div#body'))
});
});

Revision as of 06:02, 14 July 2012

$(function(){

   $('head').html($('div#head'))
   $('body').html($('div#body'))

});