Quantcast
Channel: Jquery ajax not working in IE9 even with cors = true - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by user1999476 for Jquery ajax not working in IE9 even with cors = true

If it's any help the workaround for IE9 without using xdr (in the trusted sites zone at any rate) and presuming CORS is true and crossDomain is true.When doing a POST, do NOT serialize the form but...

View Article



Answer by T.J. Crowder for Jquery ajax not working in IE9 even with cors = true

jQuery doesn't support IE's XDomainRequest object, which is what IE9 uses for CORS. Only IE10 does CORS with XMLHttpRequest. I believe there's a patch/plug-in you can find for jQuery that enables the...

View Article

Jquery ajax not working in IE9 even with cors = true

This is my simple ajax code which works in FFX and Chrome but not in IE9. I am so much fed up of this browser I can't express. This is my jquery code: $.ajax({ type: "GET", dataType: "xml",...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images