中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

JQuery ligerUI ligerTree 基本使用方法

發布時間:2020-04-23 06:03:22 來源:網絡 閱讀:5870 作者:mybabe0312 欄目:web開發

首先引入相應的ligerUI的css和js文件

1,html

 <ul id="tree"></ul>

2,初始化

var treeData = [
                { 'name': '節點1', 'no':1 , 'children': [
                    { 'name': '節點1.1','no':1 },
                    { 'name': '節點1.2','no':2 },
                    { 'name': '節點1.3', 'children': [
                          { 'name': '節點1.3.1' },
                          { 'name': '節點1.3.2' }
                     ]},
                    { 'name': '節點1.4' }
                 ]
                },
                { 'name': '節點2' }
            ];

$("#tree").ligerTree({
                 checkbox: false,
                 parentIcon: null,
                 childIcon: null ,
                 slide: false, //是否顯示動畫
                 nodeWidth: 100,
                 idFieldName: 'id',
                 textFieldName:'name' , //指定數據中要顯示的屬性名,默認為"text"
                 data: treeData,
                 onSelect: function (node)
                 {
                     if (!node.data.name) {
                      return
                     };
                     //處理導航樹的點擊事件TODO
                     
                 }
             });
var tree = $("#tree").ligerGetTreeManager();

//tree.setData(treeData) ;   //或者這樣設值

運行結果:

JQuery ligerUI ligerTree 基本使用方法

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

正定县| 易门县| 安陆市| 大兴区| 桃园县| 酒泉市| 浠水县| 壶关县| 宝兴县| 安义县| 洪雅县| 财经| 福贡县| 且末县| 大田县| 株洲市| 洛川县| 北辰区| 扎兰屯市| 武宁县| 宁都县| 广德县| 临安市| 肇东市| 金华市| 喀喇| 自治县| 年辖:市辖区| 屏边| 炉霍县| 阜阳市| 黔东| 仪陇县| 上饶县| 甘孜| 镇平县| 奈曼旗| 花莲市| 长垣县| 澳门| 土默特右旗|