[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

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

2009-12-23 Thread pw
that, the other problem (which did not seem to me to be related!) went away! pw On Dec 22, 2:01 pm, John Arrowwood jarro...@gmail.com 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 forgiving than others

[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
/09, pw pwise...@gmail.com wrote: 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? OK, here's