Skip to content
nje edited this page Mar 10, 2011 · 49 revisions

This repository is no longer the home of the official jQuery Templates plugin, which is now at http://github.com/jquery/jquery-tmpl

The code source has been removed in the latest commit, to prevent confusion, leaving just this readme.

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.

Relationship between this fork and the official jQuery Templates plugin.

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.

Wiki contents:

The best source of documentation for the official version of jquery.tmpl.js is at http://api.jquery.com/category/plugins/templates/.
The following topics will continue to be maintained on this Wiki: