jQuery 模板引擎

发布于 2024-11-01 03:30:28 字数 132 浏览 0 评论 0原文

根据这个问题,什么是jQuery模板引擎?

使用它们有什么好处和优势?

According to this question, what are jQuery template engines?

What are the benefits and advantages of using them?

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

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

发布评论

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

评论(1

彼岸花似海 2024-11-08 03:30:28

根据这篇文章:http://weblogs.asp.net/scottgu/archive/2010/05/07/jquery-templates-and-data-linking-and-microsoft-contributing-to-jquery.aspx< /a>

客户端模板启用 jQuery
开发人员可以轻松生成和
在客户端上呈现 HTML UI。
模板支持简单的语法
使开发人员或设计人员能够
以声明方式指定 HTML
想要生成。开发者随后可以
以编程方式调用模板
在客户端,并传递 JavaScript
反对他们制作内容
呈现完全数据驱动。
这些 JavaScript 对象可以
可选择基于检索到的数据
来自服务器。

使用它们的好处是您可以将逻辑(主 UI 和控件)和代码重用分开。在我看来,后者是更大的优势。至于缺点,嗯……也许是学习曲线?还是多余的空闲时间?两者都是固有的缺点(如果你不喜欢高效的话)

According to this post: http://weblogs.asp.net/scottgu/archive/2010/05/07/jquery-templates-and-data-linking-and-microsoft-contributing-to-jquery.aspx

Client-side templates enable jQuery
developers to easily generate and
render HTML UI on the client.
Templates support a simple syntax that
enables either developers or designers
to declaratively specify the HTML they
want to generate. Developers can then
programmatically invoke the templates
on the client, and pass JavaScript
objects to them to make the content
rendered completely data driven.
These JavaScript objects can
optionally be based on data retrieved
from a server.

The benefits of using them is that you can seperate your logic (Main UI and controls) and code reuse. The latter being the bigger advantage IMO. As for disadvantages, well... maybe learning curve? Or excess free-time? Both are inherent disadvantages (if you don't like to be productive)

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