Skip to content

Commit 2d85f53

Browse files
author
Jason Moon
committed
Updated README to use markdown
1 parent 6b01f51 commit 2d85f53

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

README

Lines changed: 0 additions & 11 deletions
This file was deleted.

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Cross-Domain AJAX for IE8
2+
3+
Implements automatic *Cross Origin Resource Sharing* support using the `XDomainRequest` object for IE8 and IE9 when using the [ajax](http://api.jquery.com/jQuery.ajax/) function in jQuery 1.5+.
4+
> **CORS** requires the `Access-Control-Allow-Origin` header to be present in the AJAX response from the server.
5+
6+
In order to use XDomainRequest in Internet Explorer, the request must be:
7+
- asynchronous
8+
- GET or POST
9+
- HTTP or HTTPS
10+
- same scheme as calling page
11+
12+
Working example here:
13+
http://jsfiddle.net/MoonScript/Q7bVG/

0 commit comments

Comments
 (0)