jstree
How to capture checkbox click event?
I am using jstree and trying to capture a checkbox state change event. How do I get the currently selected checkbox\'s state and its 开发者_开发问答list id?[详细]
2023-03-30 21:24 分类:问答renaming jstree node problem
I use the following code to rename jstree node (with crrm plugin): $(\'#categoriesTree\').jstree(\'rename\');[详细]
2023-03-30 07:11 分类:问答jquery jstree load sub_nodes on demand
I have a very large jstree and I am able to load it with json data but it takes a long time, I was wondering if there isa way to load the sub_nodes of each node upon click, and only load the parent no[详细]
2023-03-30 01:18 分类:问答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. Aft开发者_开发百科er each user action this div is overwritten with new results.[详细]
2023-03-29 18:38 分类:问答JQuery JSTree - add a ToolTip
Is there a way to add a Tooltip to a JSTree node?I would like to display extra information when the user hovers over an element.[详细]
2023-03-28 23:42 分类:问答JsTree Custom Icons with Json_data plugin
I am using a JsTree on an MVC website. I am using the json_data plugin to populate the tree. My Controller action returns a JsonResult using a class I made to represent the nodes. I have been reading[详细]
2023-03-28 13:50 分类:问答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 se[详细]
2023-03-27 01:26 分类:问答Loading jquery.jstree.js using requireJS doens't work in IE
Loading jquery.jstree.js using requireJS doens\'t work in IE. When I try to load the JSTree plugin (jquery.jstree.js) using requireJS it fails in IE8 with follwing JS error.[详细]
2023-03-25 12:51 分类:问答Toggle entire jQuery jstree
Is it possible to open and close the entire tree through a button? I know that in o开发者_JAVA技巧rder to open all the nodes and subnodes of the tree, I have to call the open_all function like : $(\"[详细]
2023-03-25 11:17 分类:问答How to refresh `ajax` node on click?
There are some nodes that get data from AJAX call in my jsTree. How can I refresh the data and NOT by reloading the whole tree?[详细]
2023-03-25 07:44 分类:问答