[jQuery] Does jquery have problems with webkit browsers?

2009-12-22 Thread pw
I have a script which relies on $.ajax to retrieve data from my server. It works flawlessly in Firefox (Gecko), but is broken in Chrome and Arora (two webkit-based browsers). Are there known issues, or do I need to provide more detail? pw

[jQuery] Re: Does jquery have problems with webkit browsers?

2009-12-22 Thread pw
On Dec 22, 10:34 am, "T.J. Simmons" wrote: > I'd provide more detail; $.ajax should work in every browser. There's > more than likely an issue with the script or the response. An example > of what you're doing would work wonders for helping us figure it out. >

[jQuery] Re: Does jquery have problems with webkit browsers?

2009-12-23 Thread pw
mind). Once I fixed that, the other problem (which did not seem to me to be related!) went away! pw On Dec 22, 2:01 pm, John Arrowwood wrote: > I'm pretty sure it has nothing to do with jQuery.  I use $.ajax flawlessly > on Safari.  However, I did note that some browsers are more for

[jQuery] Firefox not respecting cache:false

2010-01-04 Thread pw
Hello: This is in the nature of an FYI with a sort of fix. I make an ajax request with cache:false, but Firefox returns the cached page. (I know that's what's happening because if I disable caching with the web developer extension I get the expected data.) I've "fixed" it by putting a metatag in