aolde / moduler.js

JavaScript library for binding modules to DOM elements.
http://aolde.github.io/moduler.js
MIT License
12 stars 3 forks source link

Delay init of modules #9

Open aolde opened 10 years ago

aolde commented 10 years ago

In some cases you do not want a module to be initialized on load but on a later event. One way to solve this would be to add a data-lazy-module attribute, and those modules would load when a specific event happen or when module is in scroll-view.