gpt4 book ai didi

jquery - 如何捕获 jQuery 的 load() 方法中的错误

转载 作者:行者123 更新时间:2023-12-03 21:26:28 27 4
gpt4 key购买 nike

我正在使用 jQuery 的 .load()当用户单击按钮时检索一些数据的方法。

加载成功完成后,我将结果显示在 <div> 中.

问题是,有时 load() 会出现错误检索数据时。

如何捕获 load() 中的错误?

最佳答案

load() documentation.

关于加载错误如何发生的一些背景知识...

$("body").load("/someotherpath/feedsx.pxhp", {limit: 25}, 
function (responseText, textStatus, req) {
if (textStatus == "error") {
return "oh noes!!!!";
}
});

编辑:根据评论的要求添加了除根路径之外的路径。

关于jquery - 如何捕获 jQuery 的 load() 方法中的错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/753300/

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