Need a fresh start!! Unwanted Caching.
I have a main page, lets name it ABC.htm. On it I have a link to a second page named FOO.htm. Both of these pages are built with JQM. How do I make certain that the DOM from ABC.htm is not cached after the user clicks on the link and transitions to FOO.htm?
I know that
rel=external will do it but it has the unwanted side effect of opening a browser window (when running chromeless).
I have tried setting data-dom-cache but it should be false by defalut.
I realize that I didn't give a lot of background. I am trying to distill down what I think the problem is.
Thanks!