Dynamic Loading of Javascript based on DOM elements. Especially usefull for Content Management Systems (CMS):
- where you don't know which javascript needs to be loaded on which page
- where you want to configure javascript during rendering
- where you want to loosely couple modules, because you don't now if the other module is even on the page
For more details, see
- Documentation on the project's website
- Online examples
####Status
Master | Develop |
---|---|
- add plugin concept for spezialized modules and parts
- configurable async loading of modules and part
- debug module access with console or dev tools plugin