view source
Making a Cross Domain Request With JQuery
In continuation with the previous post where I showed how to parse a jQuery RSS feed, Let’s take the same concept to the next level. Lets make a cross domain request with jQuery ajax function using JSONP protocol. RSS has just XML nodes and JSON is a much better way to present data than XML. We will parse the JSON data coming from a cross domain server.
Advertisement