如何使 jstree 将节点渲染为链接?
我有一个很好的 jstree 可以加载数据等 - 现在我需要让它在单击节点时执行某些操作。
我已经成功处理了 node_select 事件,但是有没有一种简单的方法可以使节点呈现为链接(如 html 标签中)?
编辑: 看起来 jstree 节点已经是链接 - 它使用 标签以及
I have a nice jstree that loads data and so on - now I need to make it do something when you click a node.
I've succeeded in handling the node_select event, but is there an easy way to make the nodes render as links (as in html <a> tags)?
Edit:
It looks like jstree nodes are already links - it uses an <a> tag as well as <li>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
jstree 节点已经是链接 - 它使用
标签以及
jstree nodes are already links - it uses an
<a>
tag as well as<li>