- function htmlDetail(){
- return "hello <strong>world</strong>";
- }
- <script id="testTemplate" type="text/x-jquery-tmpl">
- {{if title.length}}
- <h3>${title}</h3>
- <p>Start: {{html htmlDetail() }} :End</p>
- {{/if}}
- </script>
转载请注明:谷谷点程序 » jquery tmpl用函数加载html内容