Post Top Ad

Post Top Ad

Friday, August 8, 2008

JavaScript Template Engine For HTML: Pure

Pure is an unobtrusive JavaScript template engine for HTML.

It aims to make HTML dynamic as templates can be created with only JavaScript, HTML & CSS.

Pure is fast & runs on the browser/client side. It currently supports JSON (XML to be supported soon).

This JavaScript template engine can be used as a jQuery plugin (soon Dojo, DOMAssistant, MooTools, Prototype).

Pure provides a detailed "getting started" information supported with helpful examples.

Requirements: jQuery
Compatibility: All Major Browsers
Website: http://beebole.com/pure/
Demo: http://beebole.com/pure/examples/docs/example1.html

3 comments:

Yves Hiernaux said...
This comment has been removed by the author.
Yves Hiernaux said...

Thank you for posting about PURE. We hope you will like it.

We have received a good news this morning for those who need PURE to be run on the server-side (for SEO for example):

Davey from Aptana just informed us that :

"PURE works unchanged out of the box with Jaxer running as serverside JS"

http://groups.google.com/group/Pure-Unobtrusive-Rendering-Engine/browse_thread/thread/e140a90c4420df18

Yves Hiernaux said...

We have just released a new version of PURE with new features such as:

Auto-rendering: a new PURE method takes your HTML and your JSON data and merges them automatically. The class attribute is used to map the HTML and the data.

Recursive Template Call

See the blog post for full explanation :

http://beebole.com/blog/2008/09/18/major-release-for-our-javascript-template-engine/