[jQuery] Re: Cross domain with $.ajax(url : 'http://someWhereElse.aspx')

2008-11-12 Thread Bil Corry
John Ruffin wrote on 11/12/2008 11:21 PM: What's the best practice for this remote domain call scenario? ($.getJson(), $.getScript(), etc...) AFAIK, IE8 is the only browser currently that has a XS-XHR feature (XDR):

[jQuery] Re: Cross domain with $.ajax(url : 'http://someWhereElse.aspx')

2008-11-12 Thread John Ruffin
Bil, can you elaborate on your approach a bit? Short example. On Nov 12, 11:43 pm, Bil Corry [EMAIL PROTECTED] wrote: John Ruffin wrote on 11/12/2008 11:21 PM: What's the best practice for this remote domain call scenario? ($.getJson(), $.getScript(), etc...) AFAIK, IE8 is the only

[jQuery] Re: Cross domain with $.ajax(url : 'http://someWhereElse.aspx')

2008-11-12 Thread Michael Geary
Bil, thanks for the pointer to http://www.ajax-cross-domain.com/ - I took a quick look at it, and it appears to be an exceptionally well thought-out solution. John, go to that site, read the docs, and try the examples. I think it will answer all your questions. If not, come back here and we can

[jQuery] Re: Cross domain with $.ajax(url : 'http://someWhereElse.aspx')

2008-11-12 Thread Bil Corry
John Ruffin wrote on 11/12/2008 11:59 PM: Bil, can you elaborate on your approach a bit? Short example. Sure, you mentioned you were trying to do this: $.ajax( url : 'https://somedomain.com/secure/somefile.aspx') Instead, you have to do this (assuming your site is mydomain.com):