I am looking for a way to collect all tags and load then in an array using Mootool 1.1 or pure javascript.
&l
// for the links of the first ul.menu on the page var menuLinks = document.getElement("ul.menu").getElements("a"); // or you can get all links children of all uls with class menu var menuLinks = document.getElements("ul.menu a");