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

python - Strange behavior using PyQt4's 'pyqtSlot' decorator before another decorator -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -

c# - Process.Kill() returns access denied -