更多使用说明参见:https://github.com/thin-js/thin.js/wiki
开始使用
添加对jquery的引用,thinjs.com上的版本为3.4.1。
<script src="http://thinjs.com/jquery.js"></script>
添加对 thin.js的引用。
<script src="http://thinjs.com/thin.min.js"></script>
如果你用到render以外的其他功能,还需要添加对thin.css的引用。(可选)
<link rel="stylesheet" href="http://thinjs.com/thin.css">
使用渲染器
$(selector).render({
data:data,
template:template
});
What’s new?
V1.1
- if 模板
- switch case 模板
- some bugfix