Team:TU Delft/test
From 2010.igem.org
(Difference between revisions)
Line 873: | Line 873: | ||
$(scan1).find("li").each(function(index, value) { | $(scan1).find("li").each(function(index, value) { | ||
- | + | alert($(value).text().substr(0,15)); | |
- | if($(value).text().substr(0,15) == "Team:TU Delft (") { | + | //if($(value).text().substr(0,15) == "Team:TU Delft (") { |
- | alert('test'); | + | //alert('test'); |
- | } | + | //} |
}); | }); | ||