PTMagic/Monitor/wwwroot/assets/plugins/doc-ready
Legedric e7891e1011 Initial commit 2018-05-22 10:16:59 +02:00
..
.bower.json Initial commit 2018-05-22 10:16:59 +02:00
README.md Initial commit 2018-05-22 10:16:59 +02:00
bower.json Initial commit 2018-05-22 10:16:59 +02:00
doc-ready.js Initial commit 2018-05-22 10:16:59 +02:00

README.md

docReady

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

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

Props to dperini/ContentLoaded for original code

Install

Install with Bower bower install doc-ready

Install with npm npm install doc-ready

Install with Component component install desandro/doc-ready

MIT License

docReady is released under the MIT license.