Bachir Soussi Chiadmi 2abb12981c first round of dev %!s(int64=9) %!d(string=hai) anos
..
.bower.json 2abb12981c first round of dev %!s(int64=9) %!d(string=hai) anos
README.md 2abb12981c first round of dev %!s(int64=9) %!d(string=hai) anos
bower.json 2abb12981c first round of dev %!s(int64=9) %!d(string=hai) anos
doc-ready.js 2abb12981c first round of dev %!s(int64=9) %!d(string=hai) anos

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.