jsTree: async loading
- by vandalo
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