jQuery 树视图插件无法在 jQuery 手风琴插件中工作
我目前正在使用 jQuery 手风琴插件,并且我需要在手风琴中使用树视图插件。然而,这不起作用,而且这似乎是一个已知问题(尝试谷歌搜索“jquery Accordion Treeview”)。
是否有任何插件可以取代树视图,但为我提供类似灵活的树状导航行为? (也适用于手风琴)
I am currently using the jQuery accordion plugin, and I need to use the treeview plugin within the accordion. However this doesn't work, and it seems to be a known problem (try googling "jquery accordion treeview").
Are there any plugins that might replace treeview but provide me with a similar flexible tree-like navigation behaviour? (and also works within an accordion)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果你不介意暂时远离 jquery,
你可以尝试 YUI 的树视图。您可以安全地将 YUI 与 Jquery 混合和组合,并且它也是跨浏览器兼容的。可以在此处找到 Yahoo Treeview 信息
http://developer.yahoo.com/yui/treeview/
还有一堆示例和在线演示在这里
http://developer.yahoo.com/yui/examples/treeview/index.html html
If you don't mind straying away from jquery for a moment,
you can try the tree-view from YUI. You can safely mix and mach YUI with Jquery and it is also cross browser compatible. The Yahoo Treeview information can be found here
http://developer.yahoo.com/yui/treeview/
and there are a bunch of examples and on line demos here
http://developer.yahoo.com/yui/examples/treeview/index.html