Hello,
I'm new to jQuery mobile and have a question regarding form submit.
I have a search form where the user can enter a search text.
After that he'll get a list with his search result where every result has a detailed page.
Now If I am on such a detail page and use the back button he return to the search result but without the form value posted by the search form from the beginning.
Thats why the list is empty.
How can I solve this problem with jQuery mobile?
Page1: Searchform
Search: [ XXXXXXXXXXXXXXXXXXXXXXX]
Submit Form to Page2:
Page 2: Searchresult
Result 1 =>
Result 2 =>
Result 3 =>
Result 4 =>
Result 5 =>
Page 3: Detail page to Result 1
Name: XXXXXXXXXXXXXX
Firstname: XXXXXXXXXXXX
After press Back to Page 2 it's a GET without any form values to research the list from Page2
Thanks for your help