简单介绍:


说明: EasyUI是一种基于jQuery且完全支持HTML5的用户界面插件集合,大大节省您网页开发的时间和规模,只需通过编写一些简单HTML标记,就可以定义用户界面,使用简单但功能强大

下载: http://www.jeasyui.com/download/index.php


界面组件:


模版代码:


<!DOCTYPEhtml><htmllang="zh-cn"><head><metacharset="utf-8"><metahttp-equiv="X-UA-Compatible"content="IE=edge,chrome=1"><title>Jqueryeasyui</title><metaname="description"content=""><metaname="keywords"content=""><!--说明:加载jquery-easyui主题文件--><linkrel="stylesheet"href="js/jquery-easyui/themes/default/easyui.css"><linkrel="stylesheet"href="js/jquery-easyui/themes/icon.css"></head><body><!--说明:加载jquery-easyui脚本文件--><scriptsrc="js/jquery-easyui/jquery.min.js"></script><scriptsrc="js/jquery-easyui/jquery.easyui.min.js"></script><scriptsrc="js/jquery-easyui/locale/easyui-lang-zh_CN.js"></script></body></html>