JSONP: Examples
JSONP provides a JSONPRequest object for reusable cross-domain requests to web services that support JSONP output and a Y.jsonp(..) method to instantiate and send a JSONPRequest.
- Getting cross domain JSONP data using Y.jsonp(): Call the YUILibrary.com Gallery web service to fetch info on a random Gallery module using Y.jsonp(url, callback)

