Skip to content

blank/domready

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published