DOM - Ready event (Readiness|readyState)
> (World Wide) Web - (W3|WWW) > The Document Object Model W3C API Interface (DOM)
Table of Contents
1 - About
A page in a ready state, all images are not finished downloading, including banner ads.
2 - Articles Related
Advertising
3 - Jquery
To run code as soon as the document is ready to be manipulated in Javascript - JQuery with the Ready event
$( document ).ready(function() { // Your code here. });