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

Popular posts from this blog

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

class - Kivy: how to instantiate a dynamic classes in python -

python - mayavi mapping a discrete colorbar on a surface -