博客
关于我
Easyui快速引用--个人笔记
阅读量:205 次
发布时间:2019-02-28

本文共 844 字,大约阅读时间需要 2 分钟。

有Easyui 包直接引用,没有包查看版本
您可以从上下载您需要的jQuery EasyUI版本。
替换jquery-easyui-1.5,以下5个js为最常用

  <link href="~/jquery-easyui-1.5/themes/default/easyui.css" rel="stylesheet" />  <link href="~/jquery-easyui-1.5/themes/icon.css" rel="stylesheet" />  <script src="~/jquery-easyui-1.5/jquery.min.js"></script>  <script src="~/jquery-easyui-1.5/jquery.easyui.min.js"></script> <script src="~/jquery-easyui-1.5/locale/easyui-lang-zh_CN.js"></script>

或者引用

<link rel="stylesheet" type="text/css" href="http://www.jeasyui.net/Public/js/easyui/themes/default/easyui.css"><link rel="stylesheet" type="text/css" href="http://www.jeasyui.net/Public/js/easyui/themes/icon.css"><script type="text/javascript" src="http://code.jquery.com/jquery-1.6.1.min.js"></script><script type="text/javascript" src="http://www.jeasyui.net/Public/js/easyui/jquery.easyui.min.js"></script>

转载地址:http://etvi.baihongyu.com/

你可能感兴趣的文章
python numpy矩阵索引_python – 在2D numpy ndarray或numpy矩阵中获取前N个值的索引
查看>>
Python OCR库:自动化测试验证码识别神器!
查看>>
python opencv - 斑点检测或圆形检测
查看>>
Python还可以做情感分析你不看看吗?
查看>>
Python OpenCV HoughLinesP 无法检测线
查看>>
Python OpenCV-使用透明度覆盖图像
查看>>
python Opencv图像基础操作
查看>>
Python OpenCV将图像转换为字节字符串?
查看>>
python OpenCV视频的读取及保存
查看>>
python open和file的区别
查看>>
python open读取文件并对换行进行处理
查看>>
python os, os.path和sys模块
查看>>
Python os.environ 处理环境变量
查看>>
python os.path模块常用方法详解
查看>>
python os.system
查看>>
Python os.system执行多条语句,os.system的返回值以及与os.popen的区别
查看>>
Python os和sys模块
查看>>
python os文件/目录
查看>>
Python Package 之 Faker(随机姓名、电话)
查看>>
python运算符优先级
查看>>