Jquery 树视图和 Ajax
我在我的网站上使用 Jquery 树视图作为树结构。树结构很大。所以最初显示 10 个节点,每次单击 ('+') 时,都会使用 ajax 从数据库中获取更多节点,然后包裹在锚标签中并显示在 ul > 下li..我的问题是,当单击锚标记时,它将重定向到仅包含初始 10 个节点的新页面(显然是的)..无论如何要保持新页面上的树结构吗?
有技术高手帮忙吗??
这就是我使用的 http://bassistance.de/jquery-plugins/jquery-plugin-treeview/
Im using Jquery tree view for a tree structure on my website..The tree structure is big..so initially 10 nodes are displayed and on each click of the ('+') more nodes are fetched from the db using ajax it is then wrapped in an anchor tag and displayed under the ul > li..My question is when clicking the anchor tag it will redirect to a new page with the initial 10 nodes only (Obviously yes)..anyway to keep this tree structure as is on the new page ?
Any help techie guys ??
This is what im using
http://bassistance.de/jquery-plugins/jquery-plugin-treeview/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您愿意阻止您的标签更改页面的位置,以便您的树视图正常工作,那么您至少有两种方法可以做到这一点:
假超链接
肯定还有很多其他更简洁的方法可以做到这一点,但至少它工作得很好。不过,我很高兴学习最好的方法;)
If you are willing to prevent your tag from changing the location of your page so that your treeview works fine, then you have at least 2 ways of doing this:
Fake hyperlink
There must be much other cleaner ways of doing this, but at least it works fine. I'd be glad to learn the best way though ;)