Tagged Questions

jsTree is a JavaScript-based, cross-browser tree component written by Ivan Bozhanov. It is packaged as a jQuery plugin. jsTree is free software licensed like jQuery under the terms of either the MIT License or the GNU General Public License (GPL) Version 2. The current version is 1.0RC2 released on ...

learn more… | top users | synonyms

16
votes
3answers
6k views

Configuring jstree right-click contextmenu for different node types

I've seen an example somewhere online showing how to customise the appearance of jstree's right-click context menu (using contextmenu plugin). For example, allow my users to delete "documents" but ...
8
votes
3answers
4k views

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 call to a servlet. Now, I would like to have the tree open all the nodes ...
7
votes
1answer
5k views

Programmatically adding child nodes to a jstree

I'm trying to write some code that adds nodes to a jstree dynamically. I've followed the doc at http://www.jstree.com/documentation/crrm but can't get a simple example to work -- the node child2 is ...
7
votes
1answer
1k views

JsTree conflicts with jquery.validate

I have a Jstree populating a list of items. When I click a node a partial is loaded with ajax. Everything works fine until I include the jquery.validate script to validate my forms. <script ...
7
votes
3answers
5k views

How do I get the id of the selected node in jsTree?

How can I get the id of the selected node in a jsTree? function createNewNode() { alert('test'); var tree = $.tree.reference("#basic_html"); selectedNodeId = xxxxxxxxx; //insert instruction to ...
6
votes
3answers
2k views

Best place to learn JStree

I am new to JSTree and i have a task on it. Please let me know is there any good websites to learn jstree in a faster way.
6
votes
3answers
4k views

how to get the metadata of jsTree.

This is my code: $("#demo1").jstree({ "themes": { "theme": "default", "dots": true, "icons": true, "url": "static/themes/default/style.css" ...
5
votes
1answer
306 views

hotkey plugin opens new window even if pop-ups are blocked?

I want to open new window if "F2" pressed. Below code gives me newWindow is null error message in firefox. If I don't use pop-up blocker it works. The same in IE. It work in chrome even with pop-up ...
5
votes
2answers
4k views

jstree icon & how to 'click to expand'

I am using jsTree for creating a documentation list index.I use JSON to create my tree. I have a problem and a question. My problm is, the same icon (default icon set in types) appears for both ...
5
votes
7answers
17k views

jstree select node

Greetings, I am using jsTree to generatate my hierarchical data. JsTree is generated as follows: $(function() { $("#industries").tree({ data: { type: "json", opts: { ...
4
votes
2answers
318 views

How to initialize jsTree using JSON

I make jsTree by this way: $("#myTree").jstree({ "plugins": ["themes", "json_data", "ui", "crrm", "dnd"], "themes": { "theme": "default", ...
4
votes
1answer
894 views

Change jsTree node css class after json_data loads?

i load my jsTree via json_data whenever the user clicks the [+] next to a folder. What i want to do is apply css classes to some of the nodes to highlight them for the user. Not talking about ...
4
votes
2answers
3k views

Jquery Jstree checkbox events capture

I am totally new to jquery and jstree...I am using jstree and populating the data using xml.But would like to capture event for each node whether checked or not along with theirs Ids.I tried using ...
4
votes
1answer
1k views

jquery+jstree in .net - webservice responseformat?

I have been playing with jstree (1.0rc2)+jquery (1.4.2) for the first time with c#.net and although I have gotten it working, there are a couple things that I don't understand about how data is ...
4
votes
1answer
834 views

jstree - adding child nodes which themselves contain children

I have some code in which I need the ability to add child nodes to a jstree which themselves contain children. The below code adds a 'child2' node correctly to 'child1' but ignores the child3 data. ...
4
votes
1answer
6k views

jsTree: async loading

I am trying to use this jQuery plugin (jsTree) in one of my project. All the others I've found haven't been recently updated. Anyway, I am using this plugin to load a folder structure, but I would ...
3
votes
1answer
117 views

can the popular javascript tree views (jstree, dynatree…) be setup to read data from an adjacency model?

can the popular javascript tree views (jstree, dynatree...) be setup to read data from an adjacency model? say I have a table with classId, ClassName,ClassType,ParentClassId how can i fetch data for ...
3
votes
3answers
451 views

jsTree - loading subnodes via ajax on demand

I'm trying to get a jsTree working with on demand loading of subnodes. My code is this: jQuery('#introspection_tree').jstree({ "json_data" : { "ajax" : { url : ...
3
votes
1answer
622 views

Recreate entire jstree instance with new json data

I wish to replace the entire contents of a jstree tree with new json data. I'm using jsTree 1.0 downloaded July 25, 2011 from github Say I have this function... function init_my_tree(my_json_data) ...
3
votes
1answer
2k views

.bind(“move_node.jstree”,.. -> data.rslt.obj undefined. How to get node data?

I have a custom functionality for check_move: crrm : { move : { "check_move" : function (m) { var p = this._get_parent(m.o); if(!p) ...
3
votes
1answer
2k views

How to manage the contextmenu of jsTree as per the file and folder

I have stuck to manage the contextmenu after the right click . Actually I need to display some item of contextmenu for folder and some item of contextmenu for folder. On click of folder context menu ...
3
votes
1answer
3k views

How do I create a new jsTree HTML node with the CRRM plugin correctly?

Here's my situation: using PHP and MySQL as my backend, jQuery and jsTree for my front end. My tree is on the left, and clicking on a node will trigger certain information to be loaded in a box ...
3
votes
1answer
176 views

How to create a new ID for the new added node?

I can normally get the ID of the default tree nodes but my problem is onCreate then jsTree will add a new node but it doesn't have an ID. My question is how can I add an ID to the newly created tree ...
3
votes
3answers
10k views

How to add click event to jstree's(jQuery plugin) asynchronous list?

I want to add click event to jstree's asynchronous list items. The ideal result is: when i click the items in the jstree, the content of the item will be transfered to a sql query as a parameter, ...
2
votes
1answer
33 views

JSTREE link/ node for longer length names is not properly rendered in Chrome

Jstree rendered in Chrome:(upper Image) Jstree rendered in FireFox /IE( lower Image) I use the following properties in the css: {word-wrap: break-word; white-space:normal; ...
2
votes
1answer
61 views

how to disable jsTree node renaming?

When creating a new node I set its name. I want to not allow the user to rename the node after creation. How can I do this?
2
votes
1answer
55 views

How can I create a static node on the jstree?

$("#orgTree").jstree({ json_data: { ajax:{url: ctx+"/account/org-tree.action"} } }); $("#orgTree").jstree("create_node",null,"first",{attr:{id:100},data:"test"}); I want create a ...
2
votes
0answers
87 views

jsTree leaf drag and drop with auto creation of its parent hierarchy

I have two jstree , left and right. From start I have 3 level tree in left tree, and I can drag and drop level 1 or level 2 at right side, but dont allow to drop leaf on right side. Now I want some ...
2
votes
2answers
108 views

jsTree is not rendered

Can anyone see my syntax error? The jsTree just wouldn't render. plus a strange error in jquery 1.7: Uncaught Error: Syntax error, unrecognized expression: # var data = [ { "data": ...
2
votes
1answer
242 views

jstree preselect node and open all parents needed

I use the Jstree 1.0RC3 and do not get it to work to have a node selected and to let the tree open so that this node is visible. My code is this: .jstree({ // List of active plugins ...
2
votes
1answer
177 views

jQuery JsTree and JSON error handling

I am using MVC to pass JSON data to JsTree and show a hierarchical view of information. Everything is working just fine, however, there are times when the user does not have access the the data or for ...
2
votes
1answer
92 views

JsTree, place limits on search depth

I want to restrict search results to only nodes in a particular folder. Is there a way to specify a search depth? If this is not possible how can I filter the search results?
2
votes
1answer
168 views

Check jstree search result

Can I check if jsTree serach yields some results? for example, can I do something like that: var searchResult = $('#myTree').jstree('search', 'keyword'); if(searchResult.haveResults){ Do ...
2
votes
1answer
95 views

jsTree removes hash from URL

I'm trying to use a JSON generated jsTree to navigate a directory structure. Currently I'm binding a select_node event to get the path of the selected node as a string and then set the location.hash ...
2
votes
2answers
374 views

Reload jsTree data return in an Ajax Request

My jsTree contains html data that is set when the tree loads (see javascript below). This works correctly. However, I want to be able to reload the entire tree in an Ajax request based on certain ...
2
votes
2answers
100 views

Can I specify dataType in jsTree ajax call?

I need to specify dataType: 'jsonp' when making jsTree ajax call. Can I do that? I didn't find anything in jsTree site.
2
votes
1answer
169 views

renaming jstree node problem

I use the following code to rename jstree node (with crrm plugin): $('#categoriesTree').jstree('rename'); How do I know whether the node was successfully renamed (by pressing Enter) or renaming was ...
2
votes
2answers
356 views

Can I display/create jsTree on button click?

I have a div id="result" that I use to display results of users actions. I put there plain text and html too. After each user action this div is overwritten with new results. Now I want to display ...
2
votes
0answers
274 views

JSTree and IE(7/8): all non-leaf nodes open after tree loading

i have some issues with JSTree IE(7 and 8): after tree loading, all the non-leaf nodes are open (the tree is loaded from a json data structure, with only one non-leaf node with the "state" object ...
2
votes
2answers
538 views

[jsTree]: why the 'rename' and 'move' events are not fired with new nodes?

I am using jstree for a tree view in a web page. The tree makes possible to rename and move nodes. Moving or renaming a node fires the rename_node.jstree and rename_node.jstree events. With new ...
2
votes
2answers
567 views

jsTree stuck on “loading” on IE8

I have trees in two different pages, both have lots of other functionality too. They both work fine in Firefox, but IE8 gets stuck on "Loading..", with no apparent error messages (I don't have any ...
2
votes
1answer
462 views

Set node attributes on node in jstree

When I load the tree I load it using the following snippet: {"data":"admin","state":"closed","metadata":{"id":"\/admin\/","type":"default"} When I grab a referenced to a particular chosen node I ...
2
votes
1answer
604 views

How do I bind a callback function on the complete jstree reload event?

I have a button that reloads (resends an AJAX request) the jsTree once is clicked. Here is a sample configuration code I have: treeContainer.bind("loaded.jstree", function () { alert("the tree ...
2
votes
2answers
188 views

Linq to custom array object

I am using MVC3/Entity Framework, I need to send a JSON object to be used by a jsTree. The jsTree is calling for the children each time a node is expanded, so each get returns only one set, instead of ...
2
votes
4answers
519 views

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 deleting them one-by-one?
2
votes
1answer
155 views

how to get a DOM node, jQuery node or selector pointing to the element

I want to use ._get_type ( node ) function from jsTree plugin types The documentation says Get the type of a node. (mixed node) This can be a DOM node, jQuery node or ...
2
votes
2answers
953 views

Drag and Drop events in dnd plugin in jstree are not getting called

We are using jsTree for tree representation of the Files and folders. Files and folders can be moved in and out from other folders. For this I have enabled the drag and drop plugin. The folders and ...
2
votes
2answers
108 views

Ajax Files browser ; What are the good practices

I'm working on a file browser (a very ligth file manager if you prefer) based on PHP and Javascript. I'm building a treeview with my folders : <ul id="treeview"> <li><a ...
2
votes
2answers
2k views

jstree types plugin does not display custom icons

I have a simple HTML layout that looks like this: <div id="foo"> <ul> <li id="id1"><a href="#">some category 1</a> <ul><li><a href="#">some ...
2
votes
1answer
854 views

Jstree nodes don't work when ui plugin is used

I've found that using the ui plugin breaks the links for the tree nodes. This isn't anything new, I've found references to this problem elsewhere. The first cause was a problem with v1.6 of the ...

1 2 3 4 5 8