jQuery has cool methods like getJSON, get and load. However all of them in the end make AJAX call.
I am trying to access API www.eventsinindia.com/cities/mumbai/events.js?month=2009-05 .
This API call returns the data in JSON format.
I could not find any way to call this API from jQuery and to get the output data in JSON format. I keep getting Access to restricted URI denied" code: "1012 error because jQuery is trying to make an AJAX call. AJAX call from a standalone page to a server is forbidden.