Jquery/JavaScript - Store Ajax jSONP response into variables
问题 I'm getting the result of an ajax request using JSONP without any issues. Here is my code function TestJSONP() { $.ajax({ url: "https://www.sample.com/api/users.json?account_api_key=0000&unique_install_id=0000&email_address=test@test.com&locale_id=en-US&operating_system_version=6.1.7601.65536&operating_system_architecture=64&outlook_version=2013&version=0.0.5.0", // the name of the callback parameter, as specified by the YQL service jsonp: "callback", // tell jQuery we're expecting JSONP