Possible Duplicate:
jQuery.getJSON( url, [data], [callback] )
How can you do cross-domain request?
$.getJSON('http://www.google.com/ig/calculator?hl=en&q=1EUR%3D%3FUSD'+'&callback=?', function(data){
alertobj(data);
});
The request is sent and the data is recieved, but an error is returned
invalid label
[Break on this error] {lhs: "1 Euro",rhs: "1.4409 U.S. dollars",error: "",icc: true}