jQuery 1.5.X 跨域
我想知道jQuery 1.5.X是否真的具有跨域功能。我无法在网站上找到足够的文档,我自己的跨域测试也不起作用。我不是在谈论 JSONP,而是在谈论任何常规调用(xml、html、json)。
我不明白 jQuery 如何在不使用 Adobe Flash/代理等的情况下绕过浏览器限制。
I would like to know if jQuery 1.5.X truly has cross-domain. I was unable to find sufficient documentation on the site and my own cross-domain tests did not work either. I am not talking about JSONP but any regular call (xml, html, json).
I do not see how jQuery can circumvent browser restrictions without use of Adobe Flash/proxy etc.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果浏览器支持CORS,则可以直接使用jQuery的AJAX方法发送跨域AJAX请求。
不幸的是 IE 使用了一种不同的方法,jQuery 还不支持该方法(还?)。
If the browser supports CORS you can directly use jQuery's AJAX methods to send a cross-domain AJAX request.
Unfortunately IE uses a different method which is not supported by jQuery (yet?).