JqTree is a jQuery tree widget

learn more… | top users | synonyms

3
votes
1answer
278 views

How to get jQtree to read the initial tree from the HTML's source

until now I've been using jQuery TreeView for my website's navigation menus, but now since the main navigation menu (on the left pane) has grown too large (Vim reports it takes 40869 bytes out of a ...
2
votes
1answer
174 views

Active Directory OU Tree to jqTree

I need to create a valid jqTree JSON structure from Active Directory OUs. I'm testing with a recursive method (InfoNode) for this, but I can not get it. The resulting json goes into the string json. ...
1
vote
0answers
61 views

using jqtree and jquery ui tabs

I'm trying to create a document managment with editor and stuff. I got following code: <script src="js/ide/lib/codemirror.js"></script> <link rel="stylesheet" ...
1
vote
2answers
349 views

jQuery treeTable Plugin throwing error “TypeError: $(…).treetable is not a function”

Scenario: Consider the following in code html file: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>jQuery treetable</title> ...
1
vote
1answer
164 views

Jqtree calling data from server without url

I am starting with jqtree and I need to load data from server, without url (I have seen examples of loading ajax data from url, and it's not what I need) and I haven't found anything about that ...
1
vote
2answers
1k views

Updating jqTree after initialization?

I'm new with jqTree and I'd like to reload the tree after ajax call. I have something like this : $("select").change(function(){ var url = 'lab.json'; if ($(this).val() === 'RAD') { ...
0
votes
1answer
32 views

How to save effect of drag on drop in jqtree

I am using drag and drop support of jqtree http://mbraak.github.io/jqTree/examples/drag_and_drop.html but that effect is temporarily how to save changes ??
0
votes
1answer
26 views

Append child before a particuler child in jqtree

I am using jqTree in our project http://mbraak.github.io/jqTree/ I have tree structure like this -A -B -C -C1 -C2 -D I want to add new child E to A in 2nd position like this -A -B -E -C ...
0
votes
1answer
18 views

Can't get jqTree to load data from URL

Not sure what I'm doing wrong, but jqTree refuses to show up when I attempt to use dataUrl. Looking in Chrome dev tools network tab, I can see that the js file is loaded, but even with the simplest ...
0
votes
0answers
16 views

jqxTree load on demand issue

When I initially downloaded the latest version of the jqxTree from its official website and tested the load on demand test what happened was, when expanding a parent node, instead of seeing the actual ...
0
votes
1answer
38 views

Dispose jqTree object completely

I need to reload data depending on a query result, but after I pass all the information to the treeview object again, the parent node is lost. I have tried to reset the json object and it doesn't ...
0
votes
0answers
27 views

JQtree making Jqtree ditable

Look at http://mbraak.github.io/jqTree/ Using this library, create an “editable” tree. User should be able to edit the “label” to edit it “in-place”. i.e. the label should change to a text field when ...
0
votes
0answers
21 views

How to get previous node in jqtree

I want previous node of any node of jqtree.For eg -A -B -c -w -D from node c how can I get node B as previous node of C
0
votes
0answers
70 views

jqTreeGrid change row after rowEdit

I'm using a jqTreeGrid and everything is working fine (tnks to Oleg). Now I have a question, mabe this is simple to solve, but I not found the solution yet. When I click on Cancel button (I'm using ...
0
votes
0answers
188 views

CSS: Sub-menu expanders ([+]/[-]) jump up and down upon open and close due to a CSS porting glitch

On this website (tested in close-to-latest Opera, Firefox and Google Chromium on Mageia Linux 3 Cauldron and on Firefox on my Arch Linux VM), the expanders/[+] signs of the navigation menu on the left ...