Home › Forums › JavaScript › JSONP Cross Browser Issues › Re: JSONP Cross Browser Issues
November 27, 2012 at 3:56 pm
#115670
Member
Thanks so much for your response Doc… I tried an example of that route too:
$.getJSON(“http://www.knoxyouthgroup.org/example.php?callback=?”, function(data) {
document.write(data.name);// we make a successful JSONP call!
});
But that came up empty too. Driving me nuts! Is anyone able to make this work or guide me in the right direction?