Element.getElements
Collects all decedent elements whose tag name matches the tag provided. If Selectors is included, CSS selectors may also be passed. Official MooTools Documentation.
Articles using Element.getElements
MooTools for Beginners Part 4 – Selecting and Manipulating DOM Elements
January 12, 2010
Most of the time the whole point of using mootools is to manipulate an element or collection of elements. (But not always, as you’ll see in Part 5.) Now that you know some basics we’re going to get more in depth by learning the various ways to select dom elements to manipulate them–traversing the dom, [...]

