- I have a page "theguide" containing a list with links to the page "detail"
- The "detail" contains a read-only-list with the details.
- Touch on the "back" button of the "detail" brings the user back to "theguide"
So for everything okay
- Now, touch on a link again on the "theguide" page opens "detail" as expected
BUT on the "detail", the read-only-list is now a simple bullet list. The list does not have the JQM formatting anymore.
What could be the problem?
Here my code...