Utilities.DomReady
Contains the window Event ‘domready’, which will execute when the DOM has loaded. To ensure that DOM elements exist when the code attempting to access them is executed, they should be placed within the ‘domready’ event. Official MooTools Documentation
Articles using Utilities.DomReady
MooTools for Beginners Part 1 – The Basics
December 29, 2009
This is basic tutorial to help get you started with mootools. We’ll be manipulating elements, adding and removing event listeners, and playing with magic.

