jquery xhr 成功和错误状态
jquery 接受作为成功状态的所有 xhr 状态是什么?同样,错误状态是什么?我知道200是成功状态,401是错误状态。有关此的任何进一步信息可能会有所帮助。有人可以指点我读一本好书吗?我无法从 jquery api 获取信息。
What are all the xhr states that jquery accepts as success states? Similarly what are the error states? I know 200 is a success state and 401 is an error state. Any further information on this could be helpful. Can someone please point me to a good read. I could not get the information from jquery api.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
当我在文档中找不到答案时,我会深入研究来源。这是您要查找的部分,特别是第 2 行:
When I can't find an answer in the docs, I dive into the source. Here's the bit you're looking for, specifically line 2:
http://docs.jquery.com/Ajax_Events 这将是一个帮助
http://docs.jquery.com/Ajax_Events this will be a help
我刚刚用谷歌搜索,
怎么样
这个http://www.w3.org/TR/XMLHttpRequest/
I just googled,
how about this
http://www.w3.org/TR/XMLHttpRequest/