Element.getNext
As Element:getPrevious, but tries to find the nextSibling (excluding text nodes).
Official MooTools Documentation
Articles using Element.getNext
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, [...]

