Cross Domain AJAX Request with YQL and jQuery
Refer here for the original article: net.tutsplus.com For security reasons, we cannot make cross-domain AJAX requests with jQuery. For example, I cant call the load() method, and pass in cnn.com. As wed be loading in scripts and such, as well as our desired content, this would present a significant security risk. Nonetheless, there may be [...]