/domready

Specify a function to execute when the DOM is fully loaded.

Primary LanguageJavaScript

domReady
--------
It's easy. Works like this:

    domReady(function () {
      // dom is loaded!
    });

Browser support
---------------

  * IE6,7,8,9
  * Firefox 3,4
  * Safari 4+
  * Chrome 11+
  * Opera 11+

Building
--------

    git clone git://github.com/blank/domready.git
    cd domready
    git submodule update --init
    make