[jQuery] Re: .get() failing

2009-06-30 Thread Cesar Sanz
Hello, If you want to get files from another domain different than yours, it will fails ever.. Security issue.. - Original Message - From: "jhm" To: "jQuery (English)" Sent: Sunday, June 28, 2009 9:42 AM Subject: [jQuery] Re: .get() failing Thank you. T

[jQuery] Re: .get() failing

2009-06-28 Thread jhm
Thank you. That explains it very well, and kind of what I expected. On Jun 26, 12:13 pm, Zbyszek Matuszewski wrote: > Hi! > > Try to debug your application with Firebug extension for Firefox. > > You should probably get "uncaught exception: Access to restricted URI > denied" error when trying t

[jQuery] Re: .get() failing

2009-06-26 Thread Zbyszek Matuszewski
Hi! Try to debug your application with Firebug extension for Firefox. You should probably get "uncaught exception: Access to restricted URI denied" error when trying to access URL that is on other server than the one script is working on (if it's not local file). If that is the case it's securi