ajax and browser caching issue with tabs
Hi, I built a nice little app with UI tabs, it is awesome!
But, in IE, many users don't know how to adjust their cache settings,
and the tab loading will show data that has really been deleted from
the database (php/mysql backend, not that it matters).
For any custom js functions I have built that load tabs, I am
appending a timestamp if I detect IE, is there a way to hijack the
built-in tab load function and append a time stamp?
Brian