How to select a specific node programmatically?

前端 未结 9 974
小鲜肉
小鲜肉 2021-02-02 07:18

I have a jstree. I want to select the node which is bound to the object which has a location with id of 158. This works but seems stupid. What\'s the more idiomatic way of doing

9条回答
  •  悲哀的现实
    2021-02-02 07:42

    i use jstree 3.0.8. don't use 'state'

    'plugins' : ['dnd','sort','types','contextmenu','wholerow','ui']
    

    and server offer the json, the selected node has

    "state":{"selected":true,"opened":true}
    

提交回复
热议问题