07 2017 档案
js模板引擎---jtemplates使用
摘要:昨天记录了如何使用腾讯的模板引擎,今天记录一下jquery的模板引擎jtemplates。官网:http://jtemplates.tpython.com/ 编写模板:需要在页面引入jquery和jtemplates(jtemplates是基于jquery的插件) 使用一个id=""、style=" 阅读全文
posted @ 2017-07-27 14:51 qinbb 阅读(2000) 评论(0) 推荐(0)
腾讯的模板引擎---artTemplate
摘要:主要方法如下5种,在此不详细说artTemplate的方法,主要记录三种使用artTemplate的方法。 template(id, data) 根据 id 渲染模板。内部会根据document.getElementById(id)查找模板。 如果没有 data 参数,那么将返回一渲染函数。 tem 阅读全文
posted @ 2017-07-26 16:57 qinbb 阅读(19835) 评论(0) 推荐(1)