Last active
December 30, 2015 00:09
-
-
Save taai/7747966 to your computer and use it in GitHub Desktop.
This enables IE9 to do a CORS (cross-domain) request.
Place this right after jQuery script.
I recommend to download this and save it locally.
Library can found here: https://github.com/MoonScript/jQuery-ajaxTransport-XDomainRequest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--[if IE 9]> | |
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-ajaxtransport-xdomainrequest/1.0.1/jquery.xdomainrequest.min.js"></script> | |
<![endif]--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment