domready
modern domready
Last updated 11 years ago by ded .
Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install domready 
SYNC missed versions from official npm registry.

domReady

It's easy. Works like this:

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

Deprecation Notice

Compatibility with IE6, IE7, and IE8 has been fully dropped. If your application requires this level of support, please use the 0.3.0 release.


Browser support

  • IE9+
  • Firefox 4+
  • Safari 3+
  • Chrome *
  • Opera *

Building

npm install
make
open tests/test.html

Including with Ender

Don't already have Ender? Install it like this:

npm install ender -g

Include domready in your package:

ender add domready

Then use it like this

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

// or

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

Current Tags

  • 1.0.8                                ...           latest (11 years ago)

34 Versions

  • 1.0.8                                ...           11 years ago
  • 1.0.7                                ...           12 years ago
  • 1.0.6                                ...           12 years ago
  • 1.0.5                                ...           12 years ago
  • 1.0.4                                ...           12 years ago
  • 1.0.3                                ...           12 years ago
  • 1.0.1                                ...           12 years ago
  • 1.0.0                                ...           12 years ago
  • 0.3.0                                ...           12 years ago
  • 0.2.13                                ...           12 years ago
  • 0.2.12                                ...           13 years ago
  • 0.2.11                                ...           14 years ago
  • 0.2.10                                ...           15 years ago
  • 0.2.9                                ...           15 years ago
  • 0.2.8                                ...           15 years ago
  • 0.2.7                                ...           15 years ago
  • 0.2.6                                ...           15 years ago
  • 0.2.5                                ...           15 years ago
  • 0.2.4                                ...           15 years ago
  • 0.2.3                                ...           15 years ago
  • 0.2.2                                ...           15 years ago
  • 0.2.1                                ...           15 years ago
  • 0.2.0                                ...           15 years ago
  • 0.1.1                                ...           15 years ago
  • 0.1.0                                ...           15 years ago
  • 0.0.9                                ...           15 years ago
  • 0.0.8                                ...           15 years ago
  • 0.0.7                                ...           15 years ago
  • 0.0.6                                ...           15 years ago
  • 0.0.5                                ...           15 years ago
  • 0.0.4                                ...           15 years ago
  • 0.0.3                                ...           15 years ago
  • 0.0.2                                ...           15 years ago
  • 0.0.1                                ...           15 years ago
Maintainers (2)
Downloads
Today 0
This Week 0
This Month 5
Last Day 0
Last Week 5
Last Month 0
Dependencies (0)
None
Dev Dependencies (1)

Copyright 2013 - present © cnpmjs.org | Home |