Skip to content

Provides a way to register functions to run on the 'documentready' event in js

Notifications You must be signed in to change notification settings

jec006/docReady

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

docReady.js

This file provides a class called docReady or dR to allow/simplify binding events to the documentready event in all browsers.

Much of the code is inspired or directly from mootools. This library does not require any other libraries.

Usage: dR.add(function(){//do something on documentready});

About

Provides a way to register functions to run on the 'documentready' event in js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published