Skip to content

ded/domready

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

domReady

It's easy. Works like this:

domready(function () {
  // dom is loaded!
})

Browser support

  • IE6+
  • Firefox 2+
  • Safari 3+
  • Chrome *
  • Opera *

Building

$ npm install -dev
$ make
$ open tests/test.html

Including with Ender

Don't already have Ender? Ender relies on Node, and NPM. Install it like this:

npm install ender -g

Once you're good with that. Include domready in your package:

ender add domready

Then use it like this:

$.domReady(function () {
  $('body').html('<p>boosh</p>')
})

// or

$(document).ready(function () {
  $('body').html('<p>boosh</p>')
})

About

lets you know when the dom is ready

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 11

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy