strummer75
09-03-2008, 05:38 PM
I am using the Ajax Tabs Content Script (v 2.2) script from the Dynamic Content archive
http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/index.htm
I have run into an issue with what seems to be a caching issue with any tab that is a default tab.
<li><a href="#" class="selected" rel="#default">Tab 1</a></li>
In my interface I have some edit-in-place scripts going on and lets say for instance if you edit a field on tab1 (a default tab) and then click to another tab when you go back to tab1 you get the snapshot in time that was loaded when the page was first loaded and you then have to do a full page refresh to get see the updated data again.
I noticed there is a "cache busting" feature for external links and that works well for the external files... any ideas on how to bust the cache on the default tabs?
http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/index.htm
I have run into an issue with what seems to be a caching issue with any tab that is a default tab.
<li><a href="#" class="selected" rel="#default">Tab 1</a></li>
In my interface I have some edit-in-place scripts going on and lets say for instance if you edit a field on tab1 (a default tab) and then click to another tab when you go back to tab1 you get the snapshot in time that was loaded when the page was first loaded and you then have to do a full page refresh to get see the updated data again.
I noticed there is a "cache busting" feature for external links and that works well for the external files... any ideas on how to bust the cache on the default tabs?