Skip to content

Commit

Permalink
Updated README to use markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Moon committed Oct 16, 2012
1 parent 6b01f51 commit 2d85f53
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README

This file was deleted.

13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Cross-Domain AJAX for IE8

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+.
> **CORS** requires the `Access-Control-Allow-Origin` header to be present in the AJAX response from the server.
In order to use XDomainRequest in Internet Explorer, the request must be:
- asynchronous
- GET or POST
- HTTP or HTTPS
- same scheme as calling page

Working example here:
http://jsfiddle.net/MoonScript/Q7bVG/

0 comments on commit 2d85f53

Please sign in to comment.