jsonp - Loading json from an external domain -
I am trying all day to load a JSON object cross domain. I was using json for jsonp service at jsonp.nodejitsu.com but it has reduced all day and I have to do it for myself.
This is where I've got so far:
$ GetJSON ("https://cex.io/api/ticker/WDC/BTC/?callback=", function (data) {console.log (data);}?); Can anyone explain to me why this is not working? I am very disappointed I thought it should be easy!
Comments
Post a Comment