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