Home › Forums › JavaScript › JSONP Cross Browser Issues › Re: JSONP Cross Browser Issues
November 27, 2012 at 1:22 pm
#115642
Member
It has something to do with enabling a callback, but that’s as far as my knowledge goes. Generally you’d include it on the `url` itself: `http://knoxyouthgroup.org/example.php&callback=jsonp`
That’s a crude example.