Partial Js Demo
Download
Features
- Simple declarative syntax.
- A ng-include alternative
- Supporting Inline JS Inside remote template
- Supporting Script Tags with Src Attribute Inside remote templates
- You can delay loading with loadafter attribute for any remote template
- Support for autorefresh after a specefic time
- Reload Api if you wish to reload a partial programitclly
- Full control over script execution with noscript Attribute
- Support for nested partial tags
- Support for LoadIf just like ng-show
- Support for Ajax 0 code with Handlebars.js templating
- Zero dependencies
- Works on IE9+,Chrome,Opera,Firefox and all mobile browsers
- Simple to use
- can do what ng-include does and more but without angular
- 4.21 KB normal size
- 2.29 KB minified
Auto refreshed content after 5 sec
Ajax and template demo
loaded times __loadedtimes__ / 5
{{#grouped_each 3 colors}}
{{#each this }}
{{/each}}
{{/grouped_each}}

Loading example with AJAX in next 10 seconds
Base Url Demo
{{#grouped_each 6 this}}
{{#each this }}
{{/each}}
{{/grouped_each}}
How to use ?
npm install
npm start
or
run.bat
or on linux based systems
sh run.sh