0
$("#grouptree").treeview({
animated: "fast",
collapsed: true,
unique: true,
persist: "cookie",
toggle: function() {
window.console && console.log("%o was toggled", this);
}
});
上面的代碼是我的樹視圖代碼, 每一個複選框具有類=「treecheck」,允許用戶從樹狀檢查從樹狀只有一個複選框
只檢查一個複選框
什麼d你的意思是我只想選擇一個?從treeview中的 –
只允許檢查一個複選框 –