【发布时间】:2016-05-04 09:41:23
【问题描述】:
有没有一种简单的方法来加载包含多个模板的部分,使用 handlebars.js,就像你可以使用 mustache.js 和 jQuery plugin from "jonnyreeves" 一样
例如:
$.Mustache.load('./templates/greetings.htm').done(function () {
$('body').mustache('simple-hello', viewData);
});
【问题讨论】:
标签: javascript jquery handlebars.js mustache rich-client-platform