[jQuery] Re: Loading image with $.get()?

2007-10-05 Thread Andy Matthews
;s my workup for now: http://www.commadelimited.com/code/picasa/3pane andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Suni Sent: Friday, October 05, 2007 2:32 AM To: jQuery (English) Subject: [jQuery] Re: Loading image with $.get()? AJAX c

[jQuery] Re: Loading image with $.get()?

2007-10-05 Thread Suni
AJAX calls follow the same-origin policy, and the browser won't allow an ajax call to another domain for security reasons. The URL for the ajax call must reside in the same domain as the page it is being initiated from. There are ways around this, one of which is using a server proxy (the url of