I'm trying to get remote json data however I'm unable to. My temporary solution was to use http://whateverorigin.org/ but it's no longer working for me. So now I'm back to trying to figure out why I'm unable to get the remote json the normal way with $.getJSON. Here's the code:
$.getJSON("http://www.catholic.com/api-radio/6431?callback=?", function(result){
//response data are now in the result variable
alert(result);
});
Here's the jsfiddle: