signalbox / sdk-javascript

The official Signal Box JavaScript SDK.
https://getsignalbox.com
MIT License
3 stars 1 forks source link

Cross Domain Request support for IE9+ #1

Open joshnesbitt opened 12 years ago

joshnesbitt commented 12 years ago

IE9 does not support cross domain requests with the standard XHR object. jQuery.ajaxTransport needs an IE alternative declaring.

joshnesbitt commented 12 years ago

See the jQuery bug tracker ticket for more details.