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

[cross-domain-ajax] Not works since YQL API's update #33

Open
pocka opened this issue Jun 23, 2017 · 2 comments
Open

[cross-domain-ajax] Not works since YQL API's update #33

pocka opened this issue Jun 23, 2017 · 2 comments

Comments

@pocka
Copy link

pocka commented Jun 23, 2017

Summary

jquery.xdomainajax.js does not works properly since Yahoo! updated YQL API.

It says html table is no longer supported. in response.

Detail

The cross-domain-modified jquery.ajax passes {responseText: ""} to the callback parameter.

Workaround

Use htmlstring table instead.

Samples

I wrote sample code (version that not working and fixed one),
you can see what happened in live examples on their github pages.
(I tested these samples on FireFox)

@frankjmclarke
Copy link

jquery.xdomainajax-fixed.js does actually fix my broken script. Thanks!

@caffeinatedMike
Copy link

caffeinatedMike commented Aug 8, 2017

Your workaround @pocka is amazing. This is phenomenal work, thank you!

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

3 participants