Bachir Soussi Chiadmi 344dae1543 import from la bonne adresse and first refactoring for ouidade.com 7 роки тому
..
.bower.json 344dae1543 import from la bonne adresse and first refactoring for ouidade.com 7 роки тому
README.md 344dae1543 import from la bonne adresse and first refactoring for ouidade.com 7 роки тому
bower.json 344dae1543 import from la bonne adresse and first refactoring for ouidade.com 7 роки тому
doc-ready.js 344dae1543 import from la bonne adresse and first refactoring for ouidade.com 7 роки тому

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.