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

sql - Find last match with latest inserted name in table -

c# - XML serialize base class without knowing derived class -

ios - Invalid IPA: missing embedded provisioning profile. Are you sure this is an ad hoc? -