jquery.tmpl 和 jquery.tmplPlus 有什么区别?

发布于 2024-11-09 03:24:15 字数 87 浏览 0 评论 0原文

我正在考虑开始在我的项目中使用 jQuery 模板引擎。

这两者有什么区别呢?另外,现在是开始使用 tmpl 的好时机吗,因为它仍处于测试阶段?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

心意如水 2024-11-16 03:24:15

jquery.tmpl 已被弃用,并且不会以目前的形式进行开发。 jQuery UI 团队已经接管了模板项目,并将再次从头开始。

更多信息请点击此处
http://blog.jquery。 com/2011/04/16/official-plugins-a-change-in-the-roadmap/
http://wiki.jqueryui.com/w/page/37898666/Template

不幸的是,我依赖于现在已经流行的 jquery.tmpl 版本。我没有两次更改模板库,而是等待 jQuery UI 团队推出新的模板库。

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.

奈何桥上唱咆哮 2024-11-16 03:24:15

根据 jquery-tmplPLus.js 第一行中的注释,答案相当简单:

Additional templating features or support for more advanced/less common scenarios.

The answer is rather trivial, according to this comment in the first lines of jquery-tmplPLus.js:

Additional templating features or support for more advanced/less common scenarios.
疑心病 2024-11-16 03:24:15

我会远离两者。 jquery.tmpl 是一个死胡同,看来你可以等待很长时间让 jquery 提供模板......(http://www.borismoore.com/2011/10/jquery-templates-and-jsviews-roadmap.html )就我个人而言,我改用knockoutjs。它在 1.2.4 版本中使用 jquery.tmpl,1.3 beta 已经有了自己的模板。从我读到的内容来看,迁移似乎不会很痛苦...

您可以走的另一条路是主干js,尽管我对此不太了解。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文