-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Backend info: PHP 5 / MySQL
URL: http://github.com/downloads/vakata/jstree/jstree_pre1.0_fix_1.zip
Table structure for table discussions_tree
--
CREATE TABLE IF NOT EXISTS `discussions_tree` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`parent_id` int(11) NOT NULL DEFAULT '0'…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am not able to create a jsTree inside of a jQuery UI tab. If I create the jsTree outside of the tab, it works fine. Does anybody know if jsTree is incompatible with jQuery UI tab?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello everyone,
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 like to do this
operation async.
The examples I've found on their site (called async)…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to make a tree view be async. When the page is rendered, there is default tree items displayed. jsTree tries to reload the root anyway.
I want the page to render (with jsTree init'ed) with default items rendered from browser, not the ajax call. Then we the user tries to go deeper, thats…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using the jsTree jQuery plug-in with its "Checkbox" plug-in and using an async http request to lazy-load each level of the tree. All works great, except that I cannot get the tree to pre-select certain nodes after the first level. I am using the "selected" attribute to provide an array of ID's…
>>> More