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.

link|improve this question

68% accept rate
2  
I'd recommend looking at stackoverflow.com/questions/7788611/… – beardtwizzle Dec 21 '11 at 7:24
feedback

3 Answers

up vote 4 down vote accepted

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

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

link|improve this answer
feedback

You should go for drupal

  1. Its not just a prebuilt CMS, but also a great PHP framework.

  2. It contains Database Abstraction, good architecture for creating modules.

  3. Its also contains Jquery pre-built into it.

  4. Template definition has also been appealing in this.

  5. Not very heavy, and a lot of module support.

link|improve this answer
thanks but in looking for ajax and i am already using cakephp – Web Developer Dec 21 '11 at 6:46
ok, drupal 7 does things mostly with ajax as of now though. so are you looking for ajax template system? – linuxeasy Dec 21 '11 at 6:49
Drupal is not at all related to Javascript templating. It's a full-stack CMS product. – Interrobang Dec 21 '11 at 6:54
4  
All respect to Drupal, but since OP's already using a framework I won't suggest having him rewrite all his app to Drupal just because has "jQuery pre-built into it" (you just need a <script> tag and jQuery is loaded. Using php to create js code (don't know if this is what you refer to) often is more a pain in the ass that writing the jQuery code by hand. And, Drupal is not a templating engine, nor a Js templating. What's next, "use Wordpress it does everythin omg"? – Damien Pirsy Dec 21 '11 at 7:11
feedback

I recommend EJS.

You could also look at :

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.