Search code examples
javascriptjqueryjquery-templates

Good Templating engine to be used with jquery


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 upcoming 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.


Solution

  • One of the most commonly-used Javascript templating engines is mustache.js.

    A simpler alternative is contained as part of underscore.js.