网站前端_EasyUI.基础入门.0001.jQuery EasyUI简单介绍与快速使用?
简单介绍:
说明: 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>
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。