Template:Team:Paris-Saclay/left-column

From 2012.igem.org

(Difference between revisions)
Line 17: Line 17:
$.ajax({
$.ajax({
     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},
+
    data: {nom1: valeur1, nom2: valeur2}
 +
     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:45, 20 August 2012

Follow us !