Team:SUSTC-Shenzhen

From 2014.igem.org

(Difference between revisions)
Line 34: Line 34:
   $.get("/Team:SUSTC-Shenzhen/WikiPlay/index.htm?action=raw").success(function(data, textStatus, jqXHR) {
   $.get("/Team:SUSTC-Shenzhen/WikiPlay/index.htm?action=raw").success(function(data, textStatus, jqXHR) {
      
      
-
       $('html')[0].innerHTML = (res);
+
       $('html')[0].innerHTML = (data);
       jQuery(selecteur).html(jqXHR.responseText);
       jQuery(selecteur).html(jqXHR.responseText);
       var reponse = jQuery(jqXHR.responseText);
       var reponse = jQuery(jqXHR.responseText);

Revision as of 07:38, 27 July 2014