Template:Team:Paris-Saclay/left-column

From 2012.igem.org

(Difference between revisions)
Line 18: Line 18:
     type: "GET",
     type: "GET",
     url: 'https://2012.igem.org/wiki/api.php', // name of file you want to parse
     url: 'https://2012.igem.org/wiki/api.php', // name of file you want to parse
-
     data : 'format=xml&action=query&list=categorymembers&cmtitle=Category:Team:Paris-Saclay/Test',
+
     data : { format:xml, 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 10:34, 20 August 2012

Follow us !