Team:SYSU-Software/prefix.js
From 2013.igem.org
Revision as of 14:48, 11 April 2013 by Nie1234567 (Talk | contribs)
window.onload = function(){
alert("hi");
$.ajax({ url: "/Team:SYSU-Software/header", cache: false, success: function(html){ $("#navigation").append(html); } }); $.ajax({ url: "/Team:SYSU-Software/footer", cache: false, success: function(html){ $("#footer").append(html); } }); }