Top "Jstree" questions

jsTree is a JavaScript-based, cross-browser tree component packaged as a jQuery plugin.

JsTree Open a node then select a child node (using json_result)

I am having trouble with a JsTree I am using in an MVC2 project. I would like to create a …

jquery asp.net-mvc-2 jstree
dnd, how to restrict dropping to certain node types?

I have 37 different node types. I am trying to implement drag and drop. This works but I need to restrict …

jstree
Lazy loading with jsTree

I am trying to dynamically load the nodes of a jtree when they are expanded. The little documentation I found …

jquery ajax json jstree
JsTree checkbox - check event

I have this JsTree with this code: var Tree = $("#MyTree"); Tree.jstree({ "core": { "themes": { "responsive": false, "multiple" : false, }, "data": dataTree }, "…

javascript jquery jstree
jstree types plugin does not display custom icons

I have a simple HTML layout that looks like this: <div id="foo"> <ul> <li …

javascript jstree
Delete all nodes in jsTree

Is there a way to clear out all nodes from a jsTree that's faster than walking through all the nodes …

javascript jquery jstree
How can I attach custom behaviour to a double click in jsTree?

I'm using the jsTree jQuery plugin and want to execute code when the user double clicks a node. I can't …

jquery mouseevent double-click jstree
jstree get new json data from tree

I created a tree with the following data. After this process, I made a drag-drop process between menus. And as …

javascript json tree getjson jstree
jsTree: How to expand all nodes on first visualization and then save and restore state with 'cookies' plugin

I plan to use jsTree to visualize tree like structures and I would like to achieve the following behavior: on …

javascript jstree
Why doesn't jsTree open_all() work for me?

Started playing around with jQuery and the jsTree plugin yesterday, and have it successfully loading the tree with an AJAX …

jquery jstree