Help with navigation, history and back button

Jqtouch allways adds pages(divs) to the memory and the back button always
takes you back one step, to be able to go to the div that you want and not
the last one in history-use classes slideright, slide or create your own in

the jqtouch.js file.
If you dont want to add pages to the memory you have to delete them after
you have visited them.
I load ajax page that have dynamic content from the database and in order
for new content to be visible after you have opened the app, I have to
delete all divs when I leave the page, othervise the new content wouldnt be
visible the next time you open the page, since it only displays pages from
the memory.
Hope it helps.