[jQuery] Re: jQuery.getJSON Current Url Prefixed

2008-12-29 Thread buaziz
its basically the panoramio url given here http://www.panoramio.com/api/ sample query : http://www.panoramio.com/map/get_panoramas.php?order=popularity&set=public&from=0&to=20&minx=-180&miny=-90&maxx=180&maxy=90&size=medium -- View this message in context: http://www.nabble.com/jQuery.getJ

[jQuery] Re: jQuery.getJSON Current Url Prefixed

2008-12-29 Thread buaziz
the remoteServer is returning JSON data. -- View this message in context: http://www.nabble.com/jQuery.getJSON-Current-Url-Prefixed-tp21201707s27240p21203328.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.

[jQuery] jQuery.getJSON Current Url Prefixed

2008-12-29 Thread buaziz
hi am using jQuery.getJSON to request a cross-domain page using the following code jQuery.getJSON(crossDomainUrl, function(result) { processResult(result); }); but i never reach the cross domain url as the current url is always prefixed to it, like so Current Page Url : http://l