Hey guys,
So here's my problem. I want to scan the whole page of the website.
I'm trying to locate 2 datas, then I will put each data into a
separate variable.
var listitem, thislist, itemname1, itemname2;
listitem = getElementsByClass('-list-item');
for(var i = 0; i < listitem.length; i++) {
Hey guys,
So here's my problem. I want to scan the whole page of the website.
I'm trying to locate 2 datas, then I will put each data into a
separate variable.
var listitem, thislist, itemname1, itemname2;
listitem = getElementsByClass('-list-item');
for(var i = 0; i < listitem.length; i++) {
2 matches
Mail list logo