YAHOO.util.Dom.getElementsBy(); Saves the day!
Sunday, May 11th, 2008I ran into a problem where I wanted one single array of all of the pages list items’s where the only thing they had in common was that the parent parent node has a class name of ”tabs”. Here is a slimed down version of what I had: <div main="main"> <div class="tabs"> <ul> <li>One</li> </ul> [...]