Don't like ads? PRO users don't see any ads ;-)
Guest

getJSON() - cross-domain requests [closed]

By: a guest on Apr 2nd, 2012  |  syntax: None  |  size: 0.23 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. $.getJSON('http://www.google.com/ig/calculator?hl=en&q=1EUR%3D%3FUSD'+'&callback=?', function(data){
  2.     alertobj(data);
  3. });
  4.        
  5. invalid label
  6. [Break on this error] {lhs: "1 Euro",rhs: "1.4409 U.S. dollars",error: "",icc: true}