Skip to content

Commit c2d9871

Browse files
author
Jason Moon
committed
Updated script links to v1.0.1
1 parent af4d013 commit c2d9871

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Cross-Domain AJAX for IE8
22

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+.
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+.
44
> **CORS** requires the `Access-Control-Allow-Origin` header to be present in the AJAX response from the server.
55
6-
In order to use XDomainRequest in Internet Explorer, the request must be:
6+
In order to use `XDomainRequest` in Internet Explorer, the request must be:
77
- Only GET or POST
88
- When POSTing, the data will always be sent with a `Content-Type` of `text/plain`
99
- Only HTTP or HTTPS
@@ -15,7 +15,7 @@ http://jsfiddle.net/MoonScript/Q7bVG/show/
1515

1616
## Instructions
1717

18-
With at least jQuery version 1.5, just include this `jQuery.XDomainRequest.js` script into your page, then make your AJAX call like you normally would:
18+
With at least jQuery version 1.5, just include the [jquery.xdomainrequest.min.js](http://cdnjs.cloudflare.com/ajax/libs/jquery-ajaxtransport-xdomainrequest/1.0.1/jquery.xdomainrequest.min.js) script into your page, then make your AJAX call like you normally would:
1919

2020
```JavaScript
2121
$.ajax({
@@ -26,7 +26,8 @@ $.ajax({
2626
});
2727
```
2828

29-
## CDNJS
29+
## CDN
3030

3131
This script is hosted by [CDNJS](http://cdnjs.com):
32-
http://cdnjs.cloudflare.com/ajax/libs/jquery-ajaxtransport-xdomainrequest/1.0.0/jquery.xdomainrequest.min.js
32+
33+
http://cdnjs.cloudflare.com/ajax/libs/jquery-ajaxtransport-xdomainrequest/1.0.1/jquery.xdomainrequest.min.js

0 commit comments

Comments
 (0)