forked from BorisMoore/jquery-tmpl
-
Notifications
You must be signed in to change notification settings - Fork 9
Home
StevenBlack edited this page Sep 14, 2010
·
49 revisions
The starting point for this set of templating plugins was John Resig’s jquery/jquery-tmpl ‘micro-templating’ prototype.
The implementation is factored into two parts:
- a core script file: jquery.tmpl.js, for the core features,
- an additional script file: jquery.tmplPlus.js, for some additional optional features.
- Simple examples
- __**.tmpl()**__ - Rendering templates
- __**.tmplItem()**__ - Getting to the template item
- __**.template()**__ - Reusable 'named templates'
- Rendering remote data
- Template tags (Stub – in progress)
- Composition (Stub – in progress)
- Looping (Stub – in progress)
- Conditionals (Stub – in progress)
- __**.tmplCmd()**__ - Sorting, refreshing, deleting (Stub – in progress)
- List of jQuery-tmpl articles and tutorials