-
Notifications
You must be signed in to change notification settings - Fork 9
Home
This repository was originally forked from John Resig’s jquery/jquery-tmpl ‘micro-templating’ prototype. Extensive changes and additions were made, and the resulting plugin has now been adopted by jQuery as an Official jQuery Plugin. See http://www.borismoore.com/2010/10/jquery-templates-is-now-official-jquery.html for more background.
As a result, the code in this repository has been pulled back into the main jquery/jquery-tmpl repository.
New Documentation available on http://api.jquery.com
A full set of documentation for the official version of this plugin is now available on the jQuery documentation site:
http://api.jquery.com/category/plugins/templates/
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.
This fork will now be maintained for ongoing work on new features or fixes that could later become part of the official jQuery Templates plugin. Of course there is no guarantee that any specific additional feature in this fork will be included in a later version of jquery/jquery-tmpl.