gpt4 book ai didi

javascript - jstree节点名

转载 作者:行者123 更新时间:2023-11-29 09:58:33 26 4
gpt4 key购买 nike

这是我的节点的数据格式:

{
data: "new Structure",
attr: {id:"1", class:"structureNode", rel:"root"}
}

我有相关节点的引用,我可以轻松获取属性

nodeReference.attr('attributeName')

但是,我无法访问存储在“数据”中的节点名称。有什么方法可以在有节点引用的同时访问它(除了搜索 DOM 以查找 <a> 字段中的文本,我觉得这很麻烦)?

我也考虑过将名称存储在 attr 数组中,但我不喜欢冗余。

谢谢:-)

最佳答案

我在文档中找到了解决方案。显然,您只需要 .get_text(nodeReference) :-)

关于javascript - jstree节点名,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6545668/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com