jsTree: async loading
Posted
by vandalo
on Stack Overflow
See other posts from Stack Overflow
or by vandalo
Published on 2010-03-11T17:04:29Z
Indexed on
2010/03/11
18:54 UTC
Read the original article
Hit count: 1594
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) are ridiculous.
I've tried to check on the Internet but it seems that most people load the whole tree.
I would like to load a branch on every single node click.
I am using JSON.
Thank in advance
© Stack Overflow or respective owner