我可以在 IE9 中使用 microsoft ActiveX 对象进行 ajax (而不是使用 XMLhttpRequest 对象)
我的项目使用 jquery v1.4.4。我在 IE9 中遇到 xmlhttpRequest 对象的问题,如果任何 ajax 请求将被中止,那么 xhr.status 将在所有其他浏览器中设置为 0(如预期),但在 IE 9 中,此行为不一致(未设置为 0)。 但如果我使用 microsoft ActiveX 对象进行 ajax,则效果很好。虽然最新版本的jquery已经修复了这个问题。我愿意为 IE9 使用 activeX 对象,而不是升级我当前的 jquery 版本。
让我知道您关于在 IE9 中使用 activeX 对象的建议。
I am using jquery v1.4.4 for my project. I am facing problems in IE9 with xmlhttpRequest object if any ajax request will be aborted then xhr.status will be set to 0(as expected) in all other browsers but in IE 9 this behavior in not consistent(not set to 0).
But this is working fine if i use microsoft ActiveX object for ajax. Although latest version of jquery has fixed this issue. I am willing to use activeX object for IE9 instead of upgrading my current jquery version.
Let me know your suggestions about using activeX object for IE9.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论