gpt4 book ai didi

jquery - Knockoutjs 和模板 : How to inject a string template without involving the DOM?

转载 作者:行者123 更新时间:2023-12-01 03:19:23 24 4
gpt4 key购买 nike

在 Microsoft Tmpl 中,您可以注入(inject)这样的字符串模板(来自 jQuery man pages ):

jQuery.tmpl( template [, data][, options]);
$.tmpl( "<li>${Name}</li>", { "Name" : "John Doe" }).appendTo( "#target" );

您可以使用简单的 jQuery.get() 从服务器获取模板,而无需涉及 DOM。

现在我知道有像 Knockout.js-External-Template-Engine 这样的项目,但是有没有办法传递 Knockout 代表模板的 Javascript 方法(或字符串),而不将模板放入 DOM 中(特别是如果您使用外部模板引擎?)类似 data-bind="template : {name:mymethod}"

最佳答案

RP Niemeyer 在 his blog posts 之一中介绍了这一点

这是his fiddle example .

关于jquery - Knockoutjs 和模板 : How to inject a string template without involving the DOM?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11672321/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com