-
Notifications
You must be signed in to change notification settings - Fork 13
home
eprom2006 edited this page Feb 10, 2020
·
14 revisions
一个羽量级的前端框架,基于html5+css3+jquery。
- 添加对jquery的引用,thinjs.com上的版本为3.4.1,你也可以从其他源引用jquery。
<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
});
render 渲染器
poplayer 弹出层
弹窗渲染器