jstree
jsTree does not reflect the hierarchy nesting
I have a jsTree that handles 2 levels. The problem is that the parent and child开发者_StackOverflow社区 are both at the same level visually.[详细]
2023-04-05 12:06 分类:问答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 user a[详细]
2023-04-04 20:30 分类:问答jsTree - is it possible not to use nestedSets in the DB?
Nested Sets are to complex for my small application, so I would like to use the Adja开发者_如何学Ccency Model. My child node will know the father node and have an order nr. Is jsTree coupled to the ne[详细]
2023-04-03 05:03 分类:问答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 function to deselect/close all nodes on the tree. Then open a specific node开发者_如何学运维, and select a spe[详细]
2023-04-02 06:12 分类:问答jsTree: how to retrieve 'metadata'?
I tried this example, but there is still a problem - I could 开发者_运维知识库not get \'metadata\' value. Could somebody show one more example?That example is working fine for me with version 1.0-rc3[详细]
2023-04-02 04:08 分类:问答How can I select specific JSON attributes for jstree?
I have implemented a jstree which uses the json_data plugin to retrieve json data with ajax from a server. The json attributed for one node look like:[详细]
2023-04-02 02:50 分类:问答Can I specify dataType in jsTree ajax call?
I need to specify dataType: \'jsonp\' w开发者_JAVA技巧hen making jsTree ajax call. Can I do that? I didn\'t find anything in jsTree site.As far I can see, jsTree manual states that ajax config objec[详细]
2023-04-01 12:19 分类:问答jstree search json problem
I am using jstree and it is loading ok with json data, the searching in the parent nodes works fine as well, but when it comes to searching the child nodes which are not loaded at first (as the tree i[详细]
2023-04-01 01:06 分类:问答How to modify ajax response before jsTree creation?
How can I modify ajax response before jsTree creation? I would like to access each node ID and add prefix to it. On jsTree page the only clue is this: the function will receive two arguments - the nod[详细]
2023-03-31 21:52 分类:问答Jquery treeview and Ajax
Im using Jquery tree view for a tree structure on my website..The tree structure is big..so initially 10 nodes are displayed and on each click of the (\'+\') more nodes are fetched from the db using a[详细]
2023-03-31 17:50 分类:问答