Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

Releases for jTemplates


jTemplates 0.7.8

Download: jTemplates_0_7_8.zip
Size: 99.51 KB
md5_file hash: 48ef3a6b4b31af28c430609049a76c23
First released: April 2, 2009 - 1:59pm

jTemplates is a template engine for JavaScript.

Changelog:
0.7.8 (02.04.2009):
- add {#break} and {#continue}
- new function: jQuery.processTemplateToText
- new function: jQuery.getTemplate
- restore: #foreach will have access to all content (not only loop variable)
- fix compatibility with jQuery.noConflict
- some other small fixes

jTemplates 0.7.5

Download: jTemplates_0_7_5.zip
Size: 73.63 KB
md5_file hash: ece3cf87acc33c95bbfe2ad17f83674a
First released: August 31, 2008 - 2:34pm

jTemplate - Template engine in JavaScript.

Version 0.7.5:
- add options and callbacks for processTemplateURL and processTemplateStart
- allow to use instead <[CDATA[ ]]> as template contener (due to problem with cascading textarea)
- allow to define own function for clones data and filters strings
- add debug mode (when off - disable most of errors)
- fix a bug with FOREACH over Object and toString

jTemplates 0.7

Download: jTemplates_0_7_0.zip
Size: 64.65 KB
md5_file hash: 188aa935d986e64a82f3eef1dfefe6d4
First released: May 22, 2008 - 10:05pm

jTemplates - An advanced template system for jQuery.

New version 0.7:
- new tag {#for}
- chainable functions
- using function as loop in foreach
- new settings: clone_data & clone_params (enable/disable cloning data at all)
- some bugs fixes

jTemplates 0.6.6

Download: jTemplates_0_6_6.zip
Size: 53.8 KB
md5_file hash: 19f825e83afbbe2b94b5555bc843928b
First released: January 6, 2008 - 4:45pm

0.6.6:
- new: New way to embedded templates with XHTML document.
- new function: setTemplateElement(element, includes, settings)
- fixed bug: {#cycle} not work correctly between templates in multitemplate mode
- code cleanup

jTemplates 0.6.0

Download: jTemplates_0_6_0.zip
Size: 53.1 KB
md5_file hash: 10f378054b496542dc52d327ad53ff13
First released: December 25, 2007 - 7:02pm

jTemplates is a template engine 100% in JavaScript.

New version: 0.6:

0.6.0 (25.12.2007):
- add #foreach over object
- new |VAR:foreach|:
$key
$typeof
- allow function in data by default (disallow_functions = false)
- automatically run function (from data) inside {} ("runnable function")
- add setting: runnable_functions (default: false)
- fix a bug with pseudo-attributes |VAR:foreach| like: $index, $total...
new syntax for |VAR:foreach|, example:
$T.item.$index -> $T.item$index

jTemplates 0.5.1-2

Download: jTemplates_0_5_1_2.zip
Size: 51.33 KB
md5_file hash: c2d29306cd398830f95e39781898d2b9
First released: December 4, 2007 - 3:11pm

0.5.1:
- fix bug with #cycle

jTemplates 0.5.1-2

Download: jTemplates_0_5_1_1.zip
Size: 51.33 KB
md5_file hash: c2d29306cd398830f95e39781898d2b9
First released: December 4, 2007 - 3:09pm

0.5.1:
- fix bug with #cycle

jTemplates 0.5.1--1

Download: jTemplates_0_5_1_0.zip
Size: 51.33 KB
md5_file hash: c2d29306cd398830f95e39781898d2b9
First released: December 4, 2007 - 3:08pm

0.5.1:
- fix bug with #cycle

jTemplates 0.5.1

Download: jTemplates_0_5_1.zip
Size: 51.36 KB
md5_file hash: e41f8c543c7e2da5aaae8544a67f5883
First released: December 4, 2007 - 3:05pm

0.5.1:
- fix bug with #cycle

jTemplates 0.5.0

Download: jTemplates_0_5_0.zip
Size: 51.02 KB
md5_file hash: b7cdf9f55f49d04ecfc8947aee129557
First released: September 21, 2007 - 9:20am

Changelog:
- compatibility with jQuery 1.2.1
- block {} return empty string instead of 'undefined', so code in {} does not need to return any value
- add removeTemplate()
- disable cache in processTemplateURL()
- small fixed
- update documentations (code doc, API)

jTemplates 0.4.3

Download: jTemplates_0_4_3.zip
Size: 14.48 KB
md5_file hash: c8166469b60435be3085c4ba3314cbb6
First released: August 25, 2007 - 11:45am

0.4.3:
- major bugfix with variables scope
- compatibility with $.noConflict() (need more tests)

jTemplates 0.4.1

Download: jTemplates_0_4_1_0.zip
Size: 14.4 KB
md5_file hash: bb03a69d42501a51a3049f7d8ab5bdef
First released: July 27, 2007 - 1:23pm

SECURITY FIX - PLEASE USE VERSION 0.4+

0.4.1
- improve security
Add filters to encode HTML entities and detect function in data.
- add settings: disallow_functions, filter_data, filter_params
- jTemplates use clone of data and parameters, so original data won't be changed after processing
- add jQuery.fn.hasTemplate

jTemplates 0.3.0

Download: jTemplates_0_3_0.zip
Size: 13.5 KB
md5_file hash: 518d7761ddda2ca4a64361cb2069f659
First released: July 18, 2007 - 5:21am

0.3:
- LiveRefresh - automatic update content from server

jTemplates 0.2.2

Download: jTemplates_0_2_2.zip
Size: 12.78 KB
md5_file hash: 35b5888afd0e34a43e827f3b3bca4cbf
First released: July 15, 2007 - 7:58am

0.2.2:
- fix issue with include (bug with attribute 'root')
- add {#elseif}

jTemplates 0.2

Download: jTemplates_0_2_0_0.zip
Size: 12.6 KB
md5_file hash: 98aa610a9089bfb4a02b83b108d16ba2
First released: July 11, 2007 - 1:52pm

0.2.0: (12.07.07)
- MultiTemplates
- fix bug with literal
- memory usage reduce & speed up
- some more...

jTemplates 0.1.10

Download: jTemplates_0.1.10.zip
Size: 11.78 KB
md5_file hash: 5c39533802bafe3ffbced1ac4dcf4faf
First released: June 30, 2007 - 9:43am
Last updated: June 30, 2007 - 9:48am

0.1.10:
- fix bug with {#/literal} in IE and Opera

jTemplates 0.1.9

Download: jTemplates_0.zip
Size: 11.63 KB
md5_file hash: 524097de72e34e87942631ea88baf2aa
First released: June 26, 2007 - 5:34am
Last updated: June 26, 2007 - 5:36am

First public release.

In archive:
- compressed and uncompressed jTemplates 0.1.9
- licenses
- descriptions