Disable all page state persistence in jQuery Mobile

Disable all page state persistence in jQuery Mobile

Hello, 

Is there a way to disable page state persistence in jQuery mobile? Basically, I don't want pages to jump to the last-viewed location when I navigate back-n-forth. I don't want any collapsibles to maintain their state between page transitions either. I want every page call to act as if that is the first page call. However, I DO want the location to be maintained with hashes. 

Do I have to change $.mobile.changePage() or is there a flag that can be set somewhere to disable this behavior?

Thank you for any help in advance.