Skip to content

bmcmahen/domready

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

domready

cross-browser dom ready function. Mostly copied from https://github.com/freelancephp/DOMReady and (not yet) fully tested with IE and older.

Installation

$ component install bmcmahen/domready

Use

var r = require('bmcmahen/domready');
r(function(){
	// dom is ready
});

License

MIT

About

domready with ie 8 compatibility

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published