Template:Team:Paris-Saclay/left-column

From 2012.igem.org

(Difference between revisions)
Line 16: Line 16:
$.ajax({
$.ajax({
     type: "GET",
     type: "GET",
-
     url: encodeURI("https://2012.igem.org/wiki/api.php?action=query&list=categorymembers&cmtitle=Category:Team:Paris-Saclay/Test"), // name of file you want to parse
+
     url: "https://2012.igem.org/wiki/api.php"),
 +
    data: "action=query&list=categorymembers&cmtitle=Category:Team:Paris-Saclay/Test",
     dataType: "xml", // type of file you are trying to read
     dataType: "xml", // type of file you are trying to read
     success  : function(xmlData){
     success  : function(xmlData){

Revision as of 12:19, 20 August 2012

Follow us !