Is there a way to clear out all nodes from a jsTree that's faster than walking through all the nodes deleting them one-by-one?
|
feedback
|
|
See the documentation here: http://www.jstree.com/documentation/core
It seems you can just do a selector that will delete all the nodes you want, no loops required. | |||||||
feedback
|
|
The simplest way I have found is to simply call
You might choose to use a more specific selector as a parameter for | |||
|
feedback
|
|
The following call will destroy the current instance of jsTree, remove any bound event listeners and obviously achieve your ultimate goal of removing all nodes. But this method is a bit of a over-kill, it has to be said.
| |||
|
feedback
|