Fork me on GitHub
Show:

JSONP

Defined in: ../src/jsonp.js:12

Summary

Usage:

JSONP.get( 'someUrl.php', param1:'123', param2:'456', function(data){ //do something with data, which is the JSON object you should retrieve from someUrl.php });

Item Index