JavaScript DOM Ready function

Josh:

Many javascript libraries, including the almost ubiquitous jQuery, provide an element.ready function. This allows for queuing functions to run when the document or element is ready to receive commands.

Posted 07/21/2010 - 10:35