Skip to content

thomaslein/dom.ready

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Cross-browser DOMContentLoaded event handling.

Usage

var ready = require('dom.ready');
ready(function() {
	// Execute when DOM ready
});

About

Cross-browser DOMContentLoaded event handling

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors