Team:TU Delft/test

From 2010.igem.org

(Difference between revisions)
Line 859: Line 859:
$.get("https://2010.igem.org/Special:Statistics", function(data){
$.get("https://2010.igem.org/Special:Statistics", function(data){
   var foundit = $(data).find(".printfooter").prev();
   var foundit = $(data).find(".printfooter").prev();
-
alert(foundit);
+
alert(foundit.html());
$(foundit).find("li").each(function(index) {
$(foundit).find("li").each(function(index) {
     if($(this).text().substr(0,14) == " Team:TU Delft") {  
     if($(this).text().substr(0,14) == " Team:TU Delft") {  

Revision as of 11:14, 14 October 2010

Loading...