Mustache.js - 如何连接数据?

发布于 2024-11-28 09:30:50 字数 292 浏览 1 评论 0原文

我喜欢生成标记,同时使用 jQuery 数据方法将数据添加到标记中的节点 存储与以下内容关联的任意数据匹配的元素。有没有办法用 Mustache 来做到这一点或有一些解决方法?

请参阅此 jsFiddle 以获取代码参考: http://jsfiddle.net/fiddlebjoern/edyYu/

I like to generate markup and at the same time adding data to nodes in the markup with jQuerys data method Store arbitrary data associated with the matched elements. Is there some way to do that with Mustache or some workaround?

See this jsFiddle for code reference: http://jsfiddle.net/fiddlebjoern/edyYu/

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

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

发布评论

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

评论(2

云柯 2024-12-05 09:30:50

您可以按照此处的建议使用嵌套模板。

您的列表项是第二个模板。现在,每次您想要附加数据时,都通过第二个模板运行它并调用 jquerys 附加方法。

听起来不错吗?这就是你想要的吗?你的问题有点不清楚

you could use nested templates as suggested here.

Your list item being the second template. Now each time you want to append data run it by your second template and call jquerys append method.

Does that sound good? Is that what you wanted? Your question was somewaht unclear

花落人断肠 2024-12-05 09:30:50

查看 Mustache 使用 jQuery 的工作示例:

http://blog.xoundboy.com/?p=535

Check out this working example of Mustache with jQuery:

http://blog.xoundboy.com/?p=535

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