Ajax Cross-domain Request Ie 8+
How to correct rewrite the Ajax request to make it work in IE 8 +, using XDomainRequest? $.ajax({ type: 'GET', url: url, success: function(xml) { $('.post-msg')
Solution 1:
Use this plugin for IE8-9 Xdomain support.
https://github.com/MoonScript/jQuery-ajaxTransport-XDomainRequest
Post a Comment for "Ajax Cross-domain Request Ie 8+"