I want to know if users comme from the back button,
I want to find a way to not reload all ajax call if someone return to a page from the back button, logically, everytime someone who return back, all ajax don't need to reload, just return to previous page normally,
If i know if someone comme from the back button, i will add a IF condition to my javascript to tell the script to not redo the ajax call.
I thing jQtouch should have something like that, who need to reload the previous page?