Skip to content

Commit

Permalink
Updated cdnjs links to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Moon committed May 5, 2014
1 parent 1a7ea05 commit 1c1f58d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ http://jsfiddle.net/MoonScript/Q7bVG/show/

## Instructions

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:
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:

```JavaScript
// GET
Expand All @@ -39,4 +39,8 @@ $.ajax({

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

http://cdnjs.cloudflare.com/ajax/libs/jquery-ajaxtransport-xdomainrequest/1.0.1/jquery.xdomainrequest.min.js
http://cdnjs.cloudflare.com/ajax/libs/jquery-ajaxtransport-xdomainrequest/1.0.2/jquery.xdomainrequest.min.js

## Change log

- **1.0.2** - added RequireJS AMD module support

0 comments on commit 1c1f58d

Please sign in to comment.