Skip to content
BorisMoore edited this page Oct 4, 2010 · 49 revisions

jQuery Templates is now an Official jQuery Plugin

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: