jquery ajax请求使用chrome返回状态0,但在IE8上工作正常

发布于 2024-11-03 05:01:09 字数 143 浏览 0 评论 0 原文

我正在尝试使用 jquery/ajax 从服务器提取一些数据。 chrome返回的ajax状态为0,但IE8工作正常。

我正在为这个问题绞尽脑汁。我没有做任何跨网络服务器的事情并尝试使用绝对网址。

还有什么要检查的吗?

谢谢

I am trying to use jquery/ajax to pull some data from server. The ajax status returned from chrome is 0, but IE8 works fine.

I am banging my head about this issue. I am not doing any crossing web server stuff and tried to use absolute url.

Any other thing to check?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

谁的新欢旧爱 2024-11-10 05:01:09

如果没有更多详细信息,我能做的就是向您指出以下资源,并希望您会看到与您的设置类似的内容:

请注意,问题通常是跨站点请求或使用 file:/// 而不是 http[s]://

Without more details, the best I can do is point you to the following resources and hope you'll see something that looks similar to your setup:

Note that the issues are usually cross-site requests or using file:/// instead of http[s]://

叶落知秋 2024-11-10 05:01:09

如果您使用图像而不是按钮元素来提交表单,请尝试在 ajax 代码末尾处“return false”。为我工作。

try 'return false' at the end of the ajax code in case you are using image instead of button element to submit the form. Worked for me.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文