I have page with a select statement containing a number of categories. One selects a category and submits the query that is an AJAX Post call to a PHP page with a MysQL database. The PHP returns a set of records according to the query parameter (the category from the select) in XML format. The XML contains person details like name, phone etc. for a set of persons. This data is formatted into a JQuery Mobile Linked List and the whole thing is JQueried into a placeholder DIV on the target (#) page. The last thing is going to the page using the Jquery mobile.changePage.
Now: everything comes out beautiful in the form of a Mobile Style Linked List with Theme, Separators and the whole works.
Then I hit the Back Button to do a new selection and when my page arrives it is completely stripped of Linked List Formatting and Themes. The page comes out with all datat but the formatting is a vanilla unordered list.
If you would like to see it in action details below:
UserID:
anders.andersson@mcdonalds.com password: bigmac
site:
http://privacia.se/index-em4.htmlThanks
/Ralf