the compact javascript framework
in partnership with mediatemple
Contains the custom event domready, for window.
MIT-style license.
Window. DomReady.js | Contains the custom event domready, for window. |
Custom Events | |
Events | |
domready | executes a function when the dom tree is loaded, without waiting for images. |
executes a function when the dom tree is loaded, without waiting for images. Only works when called from window.
© Dean Edwards/Matthias Miller/John Resig, remastered for MooTools.
fn | the function to execute when the DOM is ready |
window.addEvent('domready', function(){ alert('the dom is ready'); });
Documentation by Aaron Newton & Mootools Developers, generated by NaturalDocs and GeSHi