jquery 1.11.0 post 在ie8 上不工作

帮朋友看一个问题

$.post在ie8 下不工作,
查了半天,在下面链接找到答案

https://www.codeproject.com/Questions/764961/Jquery-Ajax-Post-is-not-working-on-IE-IE-but-worki


This cause because of bug in jQuery particular version. if you dont want to change the jQuery version,

you can simply add this line in your code

$.support.cors = true;
or

3.you can add jquery migrate js file to resolve this. http://code.jquery.com/jquery-migrate-1.2.1.js

猜你喜欢

转载自dwangel.iteye.com/blog/2397155
今日推荐