Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limitations in IE? #1

Open
collene opened this issue Dec 5, 2013 · 2 comments
Open

Limitations in IE? #1

collene opened this issue Dec 5, 2013 · 2 comments

Comments

@collene
Copy link

collene commented Dec 5, 2013

I tried the test html file in IE 9, and nothing loaded. It worked in Firefox fine. Is there a limitation of the plugin so that it doesn't work in IE? There are no errors, just nothing loads. Any suggestions?

@collene
Copy link
Author

collene commented Dec 6, 2013

I found a solution to this problem. Right before the $.ajax call, put the following:

$.support.cors = true;

Users will get a security warning, but they can accept the warning.

@rgriffith
Copy link
Owner

Thank you for reporting this issue. I was working on a few adjustments to use JSONP, can you give this branch a try and let me know how it works out for you? I tested the example in IE9 and it seemed to work.

Note: XML format will now be returned as JSONP-X instead of XML, so the response data changed slightly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants