[jQuery] Re: Repeatable problem with Firefox 3 and AJAX

2009-09-10 Thread candlerb
OK, problem solved sufficiently for now. (1) The workaround is to set $.ajaxSetup({ cache: false }); Then ?_= is added to each AJAX request, so a new request hits the server each time. As it's a fresh XHR request, I'm not getting the wrong "HTML" (non-XHR) version of the page inserted. This i

[jQuery] Re: Repeatable problem with Firefox 3 and AJAX

2009-09-10 Thread candlerb
Additional data point: if I modify the page to replace jQuery with native Javascript+DOM, the problem goes away. This seems to be because hitting the 'back' button reverts straight to the previous page as it was (complete with its AJAX updates), rather than refreshing the original HTML and then re