what are the good alternatives to jquery.tmpl now that jquery team has halted it development. It will now be coordinated by the jQuery UI team, as it will be a dependency of the uping jQuery UI Grid. But since grid is still far away in future which engine can i use. My backed is Cakephp
/
PS: MOst questions on this topic are outdated hence i asked this question. So as of 2011 which one should i go for.
what are the good alternatives to jquery.tmpl now that jquery team has halted it development. It will now be coordinated by the jQuery UI team, as it will be a dependency of the uping jQuery UI Grid. But since grid is still far away in future which engine can i use. My backed is Cakephp
http://blog.jquery.it/2011/04/16/official-plugins-a-change-in-the-roadmap/
PS: MOst questions on this topic are outdated hence i asked this question. So as of 2011 which one should i go for.
One of the most monly-used Javascript templating engines is mustache.js.
A simpler alternative is contained as part of underscore.js.
I remend EJS.
You could also look at :
From my experience this is the best
http://handlebarsjs./
Revisiting this question in 2017, it looks like JsRender and JsViews have emerged as the current official implementation of templating within the jQuery ecosystem (whilst not necessarily requiring jQuery):
JsRender is a light-weight but powerful templating engine, highly extensible, and optimized for high-performance rendering, without DOM dependency. It is designed for use in the browser or on Node.js, with or without jQuery.
JsRender and JsViews together provide the next-generation implementation of the official jQuery plugins JQuery Templates, and JQuery Data Link -- and supersede those libraries.
- JsRender GitHub Readme
Official Site: http://www.jsviews./
GitHub (JsRender): https://github./BorisMoore/jsrender
GitHub (JsViews): https://github./BorisMoore/jsviews