Team:SYSU-Software/prefix.js

From 2013.igem.org

Revision as of 17:01, 11 April 2013 by Nie1234567 (Talk | contribs)

window.onload = function(){ $.ajax({ url: "/Team:SYSU-Software/header", cache: false, success: function(html){ $("#navigation").append($(html).find(".row").html()); } }); $.ajax({ url: "/Team:SYSU-Software/footer", cache: false, success: function(html){ $("footer").append($(html).find("footer").html()); } }); }