Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the difference in jquery.tmpl and jquery.tmplPlus?

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?

like image 334
Homer Avatar asked May 24 '11 16:05

Homer


1 Answers

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.

like image 199
gorantq Avatar answered Oct 11 '22 05:10

gorantq