[jQuery] Re: firefox2 parsererror in jquery .ajax but not in browser

2008-09-05 Thread AstroIvan
Welp, looks like I'm switching over to JSONP. Doesn't seem to be way around this... On Sep 5, 1:32 pm, AstroIvan <[EMAIL PROTECTED]> wrote: > I've isolated it to a document.domain issue. > > one js file is setting document domani to the second level. > ajax is attempting to use the full subdomai

[jQuery] Re: firefox2 parsererror in jquery .ajax but not in browser

2008-09-05 Thread AstroIvan
I've isolated it to a document.domain issue. one js file is setting document domani to the second level. ajax is attempting to use the full subdomain. for some reason this only is an issue in ff2. i'll find the fix and post it here for records. thanks!