[jQuery] Re: Cross-domain (for analytics)

2009-07-30 Thread getify
As mentioned in the comments of the thread Leonardo sent, you might try flXHR, which is a client-side cross-domain Ajax proxy (invisible flash). flXHR has an indentical API to normal native XHR calls. And there's a very easy to use jQuery plugin that makes it ridiculously simple to integrate.

[jQuery] Re: Cross-domain (for analytics)

2009-07-30 Thread getify
be fine. But, if you must POST cross-domain, then flXHR and jquery.flXHRproxy are good options for you. On Jul 30, 8:24 am, getify get...@gmail.com wrote: As mentioned in the comments of the thread Leonardo sent, you might try flXHR, which is a client-side cross-domain Ajax proxy (invisible flash