Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here you go, pretty simple:
Documentation is here
Example:
Update:
In order to do cross-domain scripting, you’ll either have to call out to a local server-side proxy (which reads and echo’s the remote data), or, if your remote service returns JSON, use this method:
Since JSON is essentially a JavaScript object or array, this is a valid source. You theoretically should then be able to call the remote service directly. I haven’t tested this, but it seems to be an accepted practice:
Reference: Calling Cross Domain Web Services in AJAX