Team:TU Delft/test
From 2010.igem.org
(Difference between revisions)
Line 861: | Line 861: | ||
$(foundit).find("li").each(function(index) { | $(foundit).find("li").each(function(index) { | ||
alert($(this).text().substr(0,12)); | alert($(this).text().substr(0,12)); | ||
- | if($(this).text().substr(0,12) = "Team:TU Del") { alert ($(this).text()); } | + | //if($(this).text().substr(0,12) = "Team:TU Del") { alert ($(this).text()); } |
}); | }); | ||
}); | }); |