jQuery EasyUI 互动版

在线工具推荐: Three.js AI纹理开发包 - YOLO合成数据生成器 - GLTF/GLB在线编辑 - 3D模型格式在线转换 - 可编程3D场景编辑器

使用jQuery EasyUI

我们可以在这里下载需要的jQuery EasyUI版本。然后通过script标签来引用,当然也要引用easyui的css文件、icon图片等。

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

以上代码是我在项目中的引用,不要忘记引用jquery.js呀。

注意:本门课程中只讲到一些控件部分方法和属性,更详细的介绍请查看easyUI官网