Is there a method like document.getEle mentByID() which will retrieve an element from another DOM element?
Rephrasing: Say I retrieve a Div element using the getElementID method, is there a method to retrieve an element from within that element?
Rephrasing: Say I retrieve a Div element using the getElementID method, is there a method to retrieve an element from within that element?
Comment