标签:
$.get(‘/js/templates/filename.html‘, function(template) {
$.tmpl(template, data).appendTo(‘#whatever‘);
});
filename.html为模板文件,或者filename.htm
不要写成filename.js
jquery.tmpl.js使用外部 jQuery Template文件
标签:
原文地址:http://www.cnblogs.com/lonelyxmas/p/5463612.html