Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 jstree 叶内有两个链接。
我想显示一个小图像作为链接,该链接重定向到与 jstree 中的叶子相对应的帮助文档,但是当我在<li>元素内添加第二个链接时,jstree 将其视为叶子。我想为了解决这个问题,我可以使用另一个标签来显示图像,然后点击转到某个地方。就像是
<li>
<div title="pathToHelpDocument" onclick="javascript:goToHelpDocument()"> </div>
但它看起来一点也不优雅。最好的方法是什么?
您可以尝试使用jsTreeGrid插件。