document.getElement(div#menuArea).getElements(a)
I want to get all the a elements from a div with id "menuArea". I think above syntax is wrong. Can anyone point me in the right direction?
document.getElement(div#menuArea).getElements(a)
I want to get all the a elements from a div with id "menuArea". I think above syntax is wrong. Can anyone point me in the right direction?