2016年1月13日

摘要: jQuery 的选择器可谓之强大无比,这里简单地总结一下常用的元素查找方法$("#myELement") 选择id值等于myElement的元素,id值不能重复在文档中只能有一个id值是myElement所以得到的是唯一的元素$("div") 选择所有的div标签元素,返回div元素数组... 阅读全文
posted @ 2016-01-13 21:32 zhangzongshan 阅读(185) 评论(0) 推荐(0)
摘要: doT.js特点是快,小,无依赖其他插件。官网:http://olado.github.iodoT.js详细使用介绍使用方法:{{= }} for interpolation{{ }} for evaluation{{~ }} for array iteration{{? }} for condit... 阅读全文
posted @ 2016-01-13 10:56 zhangzongshan 阅读(365) 评论(0) 推荐(0)

导航