gpt4 book ai didi

jquery - Dynatree/Fancytree 初始化和 Ajax 加载的完整事件?

转载 作者:行者123 更新时间:2023-12-01 01:15:55 25 4
gpt4 key购买 nike

我需要一种方法来检测树是否已加载,或者新节点的添加是否已以编程方式完成,或者 ajax 加载是否已完成。到目前为止,我找不到任何回调/事件来执行此操作。

postProcess 事件似乎也没有帮助。有什么帮助吗?

最佳答案

只需将“完整”子句添加到您的 ajax 请求中即可。它看起来像这样:

$("#fileTree").fancytree({
source : $.ajax({
type : "GET",
url : 'http://localhost:8080' + '/MyRoute',
dataType : 'json',
complete : function() {
$("#fileTree").fancytree("getRootNode").sortChildren(null, true);
}
})

以下两个链接可能对您有帮助: jQuery AJAX - Do Stuff in Success or Complete callbacks? http://api.jquery.com/ajaxcomplete/

关于jquery - Dynatree/Fancytree 初始化和 Ajax 加载的完整事件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16096663/

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