jQueryEasyUI是基于jQuery开发的一款用户界面插件,只需要了解一些简单的HTML标签语言就可以直接根据API文档实现功能丰富且美观的UI界面。
jQueryEasyUI特点:
1.支持两种渲染方式(JavaScript、html标记方式);
2.支持HTML5;
3.简单,功能强大;
4.支持扩展;
使用方法:
1.下载"jquery-easyui工程包
2.脚本框架引入;
<link href="jquery-easyui-1.7.6/themes/icon.css" rel="stylesheet" />
<link href="jquery-easyui-1.7.6/themes/black/easyui.css" rel="stylesheet" />
<script src="jquery-easyui-1.7.6/jquery.min.js"></script>
<script src="jquery-easyui-1.7.6/jquery.easyui.min.js"></script>
<script src="jquery-easyui-1.7.6/locale/easyui-lang-zh_CN.js"></script>
- 从API文档中复制需要实现的功能代码