Template:Team:Paris-Saclay/left-column

From 2012.igem.org

(Difference between revisions)
Line 26: Line 26:
     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){
-
alert("ok");
 
-
var test = $(xmlData).find('categorymembers');
 
$(xmlData).find('cm').each(function() {
$(xmlData).find('cm').each(function() {
-
alert('k');
+
alert($(this.attr("title"));
} )
} )
},
},

Revision as of 17:26, 20 August 2012

Follow us !