jquery.tmpl.js使用外部 jQuery Template文件

$.get('/js/templates/filename.html', function(template) { $.tmpl(template, data).appendTo('#whatever'); });


filename.html为模板文件,或者filename.htm
不要写成
filename.js
 

你可能感兴趣的:(jquery.tmpl.js使用外部 jQuery Template文件)