jQuery / Dynatree:如何使用异步 ajax 调用动态填充 dynatree?
嗨,我是 dynatree 的新手,但我发现它非常酷。
我正在尝试在我的应用程序中使用此树视图,我需要根据页面中的下拉选择事件填充树。 该树最初是并且只需要根据页面下拉字段中的选择进行填充。
我尝试阅读文档,但不知道如何执行此操作,也不知道树是否支持异步 ajax 数据调用。
有人可以帮我解决这个问题吗?
Hi I'm new to dynatree, but I find it very cool.
I am trying to use this treeview in my app where I need to populate the tree based on dropdown slection event in my page.
The tree will be initially and will only needs to be populated based on the selections in dropdown fields in the page.
I tried to read the documentation, but couldnt figure out how to do this or if the tree even supports asynchronous ajax calls for data.
Can someoone please help me on this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看这个例子: http://wwwendt.de/tech/ dynatree/doc/sample-init-lazy.html,点击【查看源代码】
Have a look at this example: http://wwwendt.de/tech/dynatree/doc/sample-init-lazy.html and click [View source code]