I’m using JsTree. Right now, the elements of the tree only expand when the icon NEXT to the parent node is clicked. How can I make it so the tree expands also when the parent node is clicked?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The full list of commands can be found here:http://www.jstree.com/documentation/core
Below is a rough implementation of the close_node and open_node listening to the click event.