当前位置: 编程技术>WEB前端
jquery easyui使用心得
来源: 互联网 发布时间:2014-08-25
本文导语: 第一步下载jquery easyui 下载地址:http://www./codes/70218.html 第二步创建Java web项目 第三步导入相关的文件。。目录结构如下 下载个jquery-easyui-1.3.2使用,把他导入到myeclipse10里,jquery-1.7.2.min.js报错。 解决办...
第一步下载jquery easyui
下载地址:http://www./codes/70218.html
第二步创建Java web项目
第三步导入相关的文件。。目录结构如下
下载个jquery-easyui-1.3.2使用,把他导入到myeclipse10里,jquery-1.7.2.min.js报错。
解决办法:
1、选中报错的jquery文件“jquery-1.7.2.min.js”。
2、右键选择 MyEclipse-->Exclude From Validation 。
3、再右键选择 MyEclipse-->Run Validation 即可。
ui1的源码:
jquery easyui test 1 Basic PanelThe panel is a container for other components or elements.
jQuery EasyUI framework helps you build your web pages easily.
- easyui is a collection of user-interface plugin based on jQuery.
- easyui provides essential functionality for building modem, interactive, javascript applications.
- using easyui you don't need to write many javascript code, you usually defines user-interface by writing some HTML markup.
- complete framework for HTML5 web page.
- easyui save your time and scales while developing your products.
- easyui is very easy but powerful.
The panel content
效果图: