开发者

Can i use microsoft ActiveX object for ajax (Instead of using XMLhttpRequest Object) in IE9

开发者 https://www.devze.com 2023-03-29 03:00 出处:网络
I am using jquery v1.4.4 for my project. I am facing probl开发者_StackOverflowems in IE9 with xmlhttpRequest object if any ajax request will be aborted then xhr.status will be set to 0(as expected) in

I am using jquery v1.4.4 for my project. I am facing probl开发者_StackOverflowems 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消