EasyUI的使用步骤


(1) 将easyui-1.4.3中jquery.min.js\jquery.easyui.min.js复制到工程的script下
(2) 将themes复制到工程中
(3) 在页面中引入2个JS 2个css
<!-- 在页面中使用Easyui需要引入两个JS与两个CSS -->
<script type="text/javascript" src="script/jquery.min.js"></script>
<script type="text/javascript" src="script/jquery.easyui.min.js"></script>
<!-- 在页面中引入样式主题 -->
<link href="themes/default/easyui.css" type="text/css" rel="stylesheet"/>
<link href="themes/icon.css" type="text/css" rel="stylesheet"/>

posted @ 2016-08-26 20:31  逸足天涯  阅读(636)  评论(0编辑  收藏  举报