script src https cdnjs cloudflare com ajax libs jquery 1 12 1 jquery min js script script src https cdnjs cloudflare com ajax libs jstree 3 2 1 jstree min js script link rel stylesheet href https cdnjs cloudflare com ajax libs jstree 3 2 1 themes default style min css div id jstree in this example the tree is populated from inline HTML ul li Root node 1 ul li id child_node_1 Child node 1 li li Child node 2 li ul li li Root node 2 li ul div br br button demo button button script function 6 create an instance when the DOM is ready jstree jstree 7 bind to events triggered on the tree jstree on changed jstree function e data console log data selected 8 interact with the tree either way is OK button on click function jstree jstree true select_node child_node_1 jstree jstree select_node child_node_1 jstree reference jstree select_node child_node_1 script
br button demo button button script function 6 create an instance when the DOM is ready jstree jstree 7 bind to events triggered on the tree jstree on changed jstree function e data console log data selected 8 interact with the tree either way is OK button on click function jstree jstree true select_node child_node_1 jstree jstree select_node child_node_1 jstree reference jstree select_node child_node_1 script