jQuery EasyUI 表å â å建æ å½¢ä¸ææ¡(ComboTree)
程序员文章站
2022-05-18 20:50:11
...
æ¹æ³ä¸ï¼ä»æ è®°å建ç»åæ ï¼combotreeï¼
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link rel="stylesheet" href="easyui.css">
</head>
<body>
<input id="cc" class="easyui-combotree" multiple style="width: 190px;" data-options="url: 'event1.json'" panelHeight="300px">
<!--å¦ææ¥é405ï¼å ä¸method:'get'å³å¯-->
<script src="layui/jquery-3.3.1.js"></script>
<script src="jquery.easyui.min.js"></script>
</body>
</html>
æ¹æ³äºï¼ä½¿ç¨ javascript å建ç»åæ ï¼combotreeï¼
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link rel="stylesheet" href="easyui.css">
</head>
<body>
<input id="cc" class="easyui-combotree" multiple style="width: 190px;" panelHeight="300px">
<script src="layui/jquery-3.3.1.js"></script>
<script src="jquery.easyui.min.js"></script>
<script>
$('#cc').combotree({
url: 'event.json',
<!--å¦ææ¥é405ï¼å ä¸method:'get'å³å¯-->
});
</script>
</body>
</html>
éè¦æ³¨æçæ¯
éè¦å¨æå¡å¨ä¸æå¼æå¯ä»¥ï¼å¦æ¬å°æå¡å¨localhostï¼http
æ¼ç¤ºå°åï¼https://hanlei525.github.io/EasyUI-Combotree/easyui.html
æåæ¯easyuiå®æ¹ææ¡£
上一篇: vue中过滤器的方法
下一篇: js — 数组Array
推荐阅读
-
abp(net core)+easyui+efcore实现仓储管理系统——EasyUI之货物管理四 (二十二)
-
怎样使用php与jquery设置和读取cookies
-
jQuery中调用ajax方法时在不同浏览器中遇到的问题
-
jquery开发中 $.expr使用实例介绍
-
JavaScript编程开发如何使用jquery实现iframe自适应高度
-
jQuery使网页在显示器上居中显示适用于任何分辨率
-
jQuery中的height innerHeight outerHeight区别示例介绍
-
Jquery焦点与失去焦点示例应用
-
使用jquery Ajax实现上传附件功能
-
jquery动态添加删除一行数据示例