且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

“没有交通”错误瓦特/ IE jQuery的ajax调用

更新时间:2023-11-21 19:46:52

我测试了在Windows Mobile 7。

I tested this on Windows Mobile 7.

在时间花在地段明白,我终于发现了这一点:

After LOTS of time spent to understand, I finally found this:

http://bugs.jquery.com/ticket/10660

解决方法很简单,只需设定这样的:

The Solution is simple, just set this:

$.support.cors = true;

和Ajax跨域请求工作!

and Ajax cross domain requests will work!