Element.getChildren
Returns all the Element’s children (excluding text nodes). Returns as Elements. Official MooTools Documentation.
Articles using Element.getChildren
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, [...]

