Is there any wildcard, like *, for addressing all the element ID's on the
page at once, like if you want to hide all layers at once. For example:
document.getEle mentById('*').s tyle.visibility = 'hidden';
I know the above doesn't work but you get what I'm driving at right? Is
there anything like that for that method or in javascript in general?
Thanks.
page at once, like if you want to hide all layers at once. For example:
document.getEle mentById('*').s tyle.visibility = 'hidden';
I know the above doesn't work but you get what I'm driving at right? Is
there anything like that for that method or in javascript in general?
Thanks.
Comment