Search With Javascript
Its My Js Code to finding elemnts with desired .text() but it's not
working ...
var divCollection = getElementByClass("titletrack");
for (var i=0; i<divCollection.length; i++) {
if(divCollection[i].text() == title) {
findMeText = divCollection[i].text();
alert(findMeText);
}
}
No comments:
Post a Comment