Sha256: e0800792e0b31e6b990cf7fcce45be571b550e5e2173f3e603d1bc7122c10312

Contents?: true

Size: 581 Bytes

Versions: 39

Compression:

Stored size: 581 Bytes

Contents

# docReady

Cross browser document ready helper. Supported by IE8+ and good browsers.

```js
docReady( function() {
  console.log("DOM is ready. Let's party");
});
```

Props to [dperini/ContentLoaded](https://github.com/dperini/ContentLoaded) for original code

## Install

Install with [Bower](http://bower.io) `bower install doc-ready`

Install with npm `npm install doc-ready`

Install with [Component](http://github.com/component/component) `component install desandro/doc-ready`

## MIT License

docReady is released under the [MIT license](http://desandro.mit-license.org).

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
wbase-0.3.20 lib/vendor/admin/doc-ready/README.md
wbase-0.3.19 lib/vendor/admin/doc-ready/README.md
wbase-0.3.18 lib/vendor/admin/doc-ready/README.md
wbase-0.3.17 lib/vendor/admin/doc-ready/README.md
wbase-0.3.16 lib/vendor/admin/doc-ready/README.md
wbase-0.3.15 lib/vendor/admin/doc-ready/README.md
wbase-0.3.14 lib/vendor/admin/doc-ready/README.md
wbase-0.3.13 lib/vendor/admin/doc-ready/README.md
wbase-0.3.12 lib/vendor/admin/doc-ready/README.md
wbase-0.3.11 lib/vendor/admin/doc-ready/README.md
wbase-0.3.10 lib/vendor/admin/doc-ready/README.md
wbase-0.3.9 lib/vendor/admin/doc-ready/README.md
wbase-0.3.8 lib/vendor/admin/doc-ready/README.md
wbase-0.3.7 lib/vendor/admin/doc-ready/README.md
wbase-0.3.6 lib/vendor/admin/doc-ready/README.md
wbase-0.3.5 lib/vendor/admin/doc-ready/README.md
wbase-0.3.4 lib/vendor/admin/doc-ready/README.md
wbase-0.3.3 lib/vendor/admin/doc-ready/README.md
wbase-0.3.2 lib/vendor/admin/doc-ready/README.md
wbase-0.3.1 lib/vendor/admin/doc-ready/README.md