Get Xml Data Cross-Domain with JQuery
Posted
by Dänu
on Stack Overflow
See other posts from Stack Overflow
or by Dänu
Published on 2010-05-31T09:42:06Z
Indexed on
2010/05/31
9:53 UTC
Read the original article
Hit count: 237
Hey guys, is there a way to load XML Data Cross-Domain with JQuery (= client side)?
$.get('http://otherdomain.com/data.xml', function(xml) { }
The above doesn't work - do I have to rely on JSONP, or is there a way to load XML?
© Stack Overflow or respective owner