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

ThiscausebecauseofbuginjQueryparticularversion.ifyoudontwanttochangethejQueryversion,

youcansimplyaddthislineinyourcode

$.support.cors=true;

or

3.youcanaddjquerymigratejsfiletoresolvethis.http://code.jquery.com/jquery-migrate-1.2.1.js

相关推荐