Team:TU Delft/test

From 2010.igem.org

(Difference between revisions)
Line 860: Line 860:
   var foundit = $(data).find(".printfooter").prev();
   var foundit = $(data).find(".printfooter").prev();
$(foundit).find("li").each(function(index) {
$(foundit).find("li").each(function(index) {
-
alert($(this).text().substr(0,12));
+
    if($(this).text().substr(0,14) == " Team:TU Delft") {
-
    if($(this).text().substr(0,12) == " Team:TU Del") {
+
alert ($(this).text().substr(15));  
-
alert ('test');  
+
}
}
});
});

Revision as of 11:05, 14 October 2010

Loading...