Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript JSONP Cross Browser Issues Re: JSONP Cross Browser Issues

#115670
sweetback
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?