Searched defs:jsonp (Results 1 - 1 of 1) sorted by relevance

/yui3/src/jsonp/js/
H A Djsonp.js5 * method Y.jsonp(url, callback) to instantiate and send a JSONP request.</p>
33 * @module jsonp
107 * it is not provided at construction. This is overridden by jsonp-url to
152 Y.log("No success handler defined. Aborting JSONP request.", "warn", "jsonp");
230 * @method jsonp
240 Y.jsonp = function (url,c) {

Completed in 11 milliseconds