Team:SUSTC-Shenzhen

From 2014.igem.org

(Difference between revisions)
Line 25: Line 25:
//loadcssfile("//maxcdn.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css");
//loadcssfile("//maxcdn.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css");
//loadjsfile("//maxcdn.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js");
//loadjsfile("//maxcdn.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js");
-
$.get("/Team:SUSTC-Shenzhen/WikiPlay/index.htm?action=raw").success(function(res){  
+
jQuery.get("/Team:SUSTC-Shenzhen/WikiPlay/index.htm?action=raw").success(function(res){  
console.log(res);$('html')[0].innerHTML=(res);  
console.log(res);$('html')[0].innerHTML=(res);  
});
});

Revision as of 03:12, 21 July 2014