I've run into this problem once before, and am hitting it again. I have a webpage that may make AHAH loads via jQuery.load()
. The text that was loaded appears to stay in the cache, and the usual shift-reload is not enough: it loads the parent document but keeps its cached copy of the loaded data.
What is the best way to make sure that a page and everything loaded works? Close the page and obliterate appropriate browsing data? I've circumvented the problem this time by loading from another browser, but I wanted to know if there is any developer-friendly mode that causes updates in AHAH jQuery.load()
ed data to show up.