I'm thinking of starting to use the jQuery template engine in my projects.
What is the difference in these two? Also, is it a good time to start using tmpl since it's still beta?
|
I'm thinking of starting to use the jQuery template engine in my projects. What is the difference in these two? Also, is it a good time to start using tmpl since it's still beta? |
|||||||||
|
|
The answer is rather trivial, according to this comment in the first lines of jquery-tmplPLus.js:
|
|||
|
jquery.tmpl has been deprecated and will not be developed in the present form. The jQuery UI team has taken control over the templating project and will start from scratch again. More info here http://blog.jquery.com/2011/04/16/official-plugins-a-change-in-the-roadmap/ http://wiki.jqueryui.com/w/page/37898666/Template Unfortunately I'm relying on the version of jquery.tmpl that is out in the wild now. Instead of changing templating library twice, I'm waiting for the new template library to come out of the jQuery UI team. |
|||||
|
|
I would stay away from both. jquery.tmpl is a deadend, and it seems you can wait a long time for jquery to provide templating... (http://www.borismoore.com/2011/10/jquery-templates-and-jsviews-roadmap.html) Personally, I made the switch to knockoutjs. It uses jquery.tmpl in the 1.2.4 version, and the 1.3 beta already has its own templating. As from what I've been reading, it looks like the migration will not be very painful... Another path you can go is backbone js, though I didn't know very much about it. |
|||
|