亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

怎么在jstree中實現checkbox默認選中和隱藏

發布時間:2021-04-06 16:34:51 來源:億速云 閱讀:416 作者:Leah 欄目:web開發

怎么在jstree中實現checkbox默認選中和隱藏?相信很多沒有經驗的人對此束手無策,為此本文總結了問題出現的原因和解決方法,通過這篇文章希望你能解決這個問題。

首先需要配置 Checkbox plugin

"plugins" : ['checkbox']

設置默認選中狀態(checkbox 選中)

state: {checked: true}
$.jstree.defaults.checkbox.tie_selection

示例:

$('#demo_tree').jstree({
 "core" : {
  'data': [
   { "id" : "ajson1", "parent" : "#", "text" : "Simple root node", state: {checked: true}},
   { "id" : "ajson2", "parent" : "#", "text" : "Root node 2" },
   { "id" : "ajson3", "parent" : "ajson2", "text" : "Child 1" },
   { "id" : "ajson4", "parent" : "ajson2", "text" : "Child 2" },
  ]
 },
 "plugins" : ['checkbox'],
 "checkbox" : {
  "tie_selection": false,
 }
});

jstree復選框自定義顯示隱藏

jstree 本身不支持在節點中隱藏 checkbox,國外有個大佬給出一個利用 css 來隱藏的解決方案:

首先來一段 css

.no_checkbox>i.jstree-checkbox{display:none}

然后在 data 的 json 數據結構中

$('#demo_tree').jstree({
 "core" : {
  'data': [
   { "id" : "ajson1", "parent" : "#", "text" : "Simple root node", state: {checked: true}},
   { "id" : "ajson2", "parent" : "#", "text" : "Root node 2" },
   { "id" : "ajson3", "parent" : "ajson2", "text" : "Child 1" , a_attr: {class: "no_checkbox"}},
   { "id" : "ajson4", "parent" : "ajson2", "text" : "Child 2" },
  ]
 },
 "plugins" : ['checkbox'],
});

效果:

jstree version => 3.3.8

看完上述內容,你們掌握怎么在jstree中實現checkbox默認選中和隱藏的方法了嗎?如果還想學到更多技能或想了解更多相關內容,歡迎關注億速云行業資訊頻道,感謝各位的閱讀!

向AI問一下細節

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

AI

沧源| 祥云县| 荔浦县| 涿州市| 汾西县| 玛多县| 英德市| 黎城县| 保靖县| 石家庄市| 肇庆市| 澳门| 紫阳县| 汤阴县| 台湾省| 秦皇岛市| 嘉鱼县| 临武县| 习水县| 南川市| 民丰县| 神木县| 宁蒗| 上高县| 江孜县| 德昌县| 马山县| 醴陵市| 徐汇区| 吉安县| 阳原县| 沙雅县| 陇川县| 将乐县| 峨山| 巩义市| 澎湖县| 宜阳县| 昭通市| 丰县| 邛崃市|