Resources

About Cliche

Cliche: A dead-simple view template engine for Javascript and jQuery

Cliche is a jQuery plugin that takes a model (any basic Javascript object) and a template view (a block of HTML/XML/other text with embedded field names) and produces a view of the model. This lets you use MVC techniques on the client-side to simplify the creation of dynamic web applications.

It is inspired by an article on A List Apart (Javascript MVC by Jonathon Snook) and a blog post by Sara J Chipps (Easy HTML Templating with JQuery).

Cliche has been developed using jQuery 1.3.2. It can be downloaded here.