Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
var MCdiv=document.getElementById('main-container');
var spans=new Array();
var i=0;
for(var x in MCdiv.childNodes){
if(MCdiv.childNodes[x].tagName=="SPAN"){
spans[i]=MCdiv.childNodes[x];
i++;
}
}
[b]var[/b] MCdiv[teal]=[/teal]document[teal].[/teal][COLOR=darkgoldenrod]getElementById[/color][teal]([/teal][green][i]'main-container'[/i][/green][teal]);[/teal]
[b]var[/b] spans[teal]=[/teal]MCdiv[teal].[/teal][COLOR=darkgoldenrod]getElementsByTagName[/color][teal]([/teal][green][i]'span'[/i][/green][teal]);[/teal]