Listening to the DOM ready event
The benefits to having some JavaScript executed before the page has finished loading (before the onload event) is huge, and most of the JavaScript frameworks such as YUI, DoJo, prototype, MooTools, and jQuery have implementations to handle this case. In this tutorial, we will be creating a simple o2.ready module …
Continue Reading
