I\'m developing a page that pulls images from Flickr and Panoramio via jQuery\'s AJAX support.
The Flickr side is working fine, but when I try to $.get(url, ca
$.get(url, ca
It's the same origin policy, you have to use a JSON-P interface or a proxy running on the same host.