jsTree:异步加载
我正在尝试在我的一个项目中使用这个 jQuery 插件 (jsTree)。
我发现的所有其他内容最近都没有更新。
不管怎样,我正在使用这个插件来加载文件夹结构,但我想这样做 操作异步。 我在他们的网站上找到的例子(称为异步)很荒谬。 我尝试在互联网上查看,但似乎大多数人都会加载整棵树。 我想在每个节点单击时加载一个分支。 我正在使用 JSON。
提前致谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我目前在 jQuery 1.4 中将其与 jsTree 一起使用,这是一个示例,它非常未压缩,使其更清晰一些:
我从该 Url 返回的 JSON 示例:
那里的 id 是唯一传递的内容到我的 Web 服务方法回调,导致返回如下 JSON:
I'm using this with jsTree in jQuery 1.4 at the moment, here's an example, it's very uncompressed to make it a bit clearer:
A sample of JSON I'm returning from that Url:
The id there is the only thing that gets passed to my web service method callbacks, resulting in JSON like this being returned: