reconbot / jquery-tmpl

A templating plugin for jQuery. DEPRECATED. NO LONGER IN ACTIVE DEVELOPMENT OR MAINTENANCE. Issues remain open but are not being worked.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jQuery Templates plugin DEPRECATED (beta1)

Note: This plugin never made it past beta and is no longer being actively developed or maintained. See vBeta1.0.0 tag for released beta version. Requires jQuery version 1.4.2.

Note: A template plugin fully supported by the jQuery Team is now being developed as part of jQuery UI. More details on the history of this can be found at http://blog.jquery.com/2011/04/16/official-plugins-a-change-in-the-roadmap/ . Track progress and participate in the design at http://wiki.jqueryui.com/Template


jQuery templates contain markup with binding expressions ('Template tags'). Templates are applied to data objects or arrays, and rendered into the HTML DOM

Documentation for the jQuery Templates plugin can be found on the jQuery documentation site: [http://api.jquery.com/category/plugins/templates/] (http://api.jquery.com/category/plugins/templates)

See also [http://www.borismoore.com/2010/10/jquery-templates-is-now-official-jquery.html] (http://www.borismoore.com/2010/10/jquery-templates-is-now-official-jquery.html) for more background.

Live versions of demos from this repository can be found at [http://jquery.github.com/jquery-tmpl/demos/step-by-step.html] (http://jquery.github.com/jquery-tmpl/demos/step-by-step.html).

The beta1 version of jQuery Templates is available on CDN at:

About

A templating plugin for jQuery. DEPRECATED. NO LONGER IN ACTIVE DEVELOPMENT OR MAINTENANCE. Issues remain open but are not being worked.