I am sending ajax request to a url http://json-cricket.appspot.com/score.json by the code
var url=\"http://json-cricket.appspot.com/score.json\"; $.get(url,
It is because it is a cross-domain ajax request.
For more info, you can have a look at the wikipedia article http://en.wikipedia.org/wiki/JSON#JSONP