Most voted "jstree" questions
5 questions
Sort by count of
-
11
votes1
answer1783
views -
2
votes1
answer426
viewsConfiguring jsTree for AJAX
I’m using the plugin jsTree, trying to make you seek the information by AJAX. In the server side I have four tables on the bench, each one a tree level. Tabela1 -Tabela2 --Tabela3 ---Tabela4 Making…
-
2
votes1
answer116
viewsPlace checkbox on only two items - JSTREE
I would like to know how I do so that the us Child 1 and the Child 2 be of the checkbox type where I can check and uncheck? Note: but only these two us. Code Jsfiddle…
-
1
votes1
answer199
viewsHow to Get Selected Jstree Root
Galley, good afternoon, a doubt, I’m using the Jstree and I need some help. When I select the child nodes : I can get them through the script : $('#arvore').jstree(true).get_selected(). But I can’t…
-
0
votes1
answer82
viewsjstree create new Node does not work
Guys I’m using the jstree to create a tree. I’m trying to create a new Ode, but I’m not getting it. The first level of Node will already be loaded into html, so only the next ones will be added by…