Skip to content

Commit 1c1f58d

Browse files
author
Jason Moon
committed
Updated cdnjs links to 1.0.2
1 parent 1a7ea05 commit 1c1f58d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ http://jsfiddle.net/MoonScript/Q7bVG/show/
1515

1616
## Instructions
1717

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:
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.2/jquery.xdomainrequest.min.js) script into your page, then make your AJAX call like you normally would:
1919

2020
```JavaScript
2121
// GET
@@ -39,4 +39,8 @@ $.ajax({
3939

4040
This script is hosted by [CDNJS](http://cdnjs.com):
4141

42-
http://cdnjs.cloudflare.com/ajax/libs/jquery-ajaxtransport-xdomainrequest/1.0.1/jquery.xdomainrequest.min.js
42+
http://cdnjs.cloudflare.com/ajax/libs/jquery-ajaxtransport-xdomainrequest/1.0.2/jquery.xdomainrequest.min.js
43+
44+
## Change log
45+
46+
- **1.0.2** - added RequireJS AMD module support

0 commit comments

Comments
 (0)