Reputation: 299
I am using Jstree
with checkox theme in my project and I want uncheck the particualar node using the node id on button click event.
I have searched for this on google but not getting any any solution.
Does any one knows how to do this?
Upvotes: 1
Views: 3735
Reputation: 31
below code to uncheck
selected tree node from Js
tree.
please try this code
$("#tree").jstree("uncheck_node", id of Node to uncheck);
Upvotes: 3