Team:SUSTC-Shenzhen

From 2014.igem.org

(Difference between revisions)
Line 27: Line 27:
$('head').load('/Team:SUSTC-Shenzhen/WikiPlay/header.htm?action=raw');
$('head').load('/Team:SUSTC-Shenzhen/WikiPlay/header.htm?action=raw');
$('body').load('/Team:SUSTC-Shenzhen/WikiPlay/index.htm?action=raw');
$('body').load('/Team:SUSTC-Shenzhen/WikiPlay/index.htm?action=raw');
-
$('body').load('/Team:SUSTC-Shenzhen/WikiPlay/footer.htm?action=raw');
+
 
 +
$("<div>").load('/Team:SUSTC-Shenzhen/WikiPlay/footer.htm?action=raw', function() {
 +
    $("body").append($(this).html());
 +
});
</script>
</script>
</html>
</html>

Revision as of 16:53, 21 June 2014