We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8754607 commit d9207f2Copy full SHA for d9207f2
README
@@ -0,0 +1,9 @@
1
+Implements automatic CORS support using the XDomainRequest object for IE8 and IE9 when using jQuery 1.5+ ajax function.
2
+
3
+CORS requires the Access-Control-Allow-Origin header to be present in the AJAX response.
4
5
+Working example here:
6
+http://jsfiddle.net/MoonScript/Q7bVG/show/
7
8
+Note:
9
+XDomainRequest must be: asynchronous, GET or POST methods, HTTP or HTTPS protocol, and same scheme as calling page
0 commit comments