近期公司要搭建一个后台管理项目。因为美工缺少 选择使用easyui jquery 框架 仅仅要懂点html js 这个用起来不是难事,看过API、在网上看了些 将它们组装起来 进行改动。因为本人也是第一次接触,如有不足多多不吝赐教。

1、首先去官方站点下载

http://www.jeasyui.com/download/index.php 我用的版本号1.4.3 中间


2、看效果吧

easyui 后台框架搭建


2、须要引入的js css 文件


<link rel="stylesheet" type="text/css" href="css/themes/default/easyui.css">
<link rel="stylesheet" type="text/css" href="css/demo.css">
<link rel="stylesheet" type="text/css" href="css/themes/icon.css">
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.easyui.min.js"></script>


项目下载:http://download.csdn.net/detail/itlqi/8868441


相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
  • 2022-01-02
  • 2022-12-23
  • 2021-06-24
  • 2021-05-20
猜你喜欢
  • 2021-11-07
  • 2021-12-11
  • 2021-11-23
  • 2021-10-22
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案