easy UI tree 禁止选中怎么设置

2025-05-08 19:36:39
推荐回答(1个)
回答1:

先使用find函数根据id找到节点,再用select函数显示。如:
var node = $('#tt').tree('find', 12);
$('#tt').tree('select', node.target);