I'm using a single page template where new pages are loaded via Ajax.
One part of the app is some CRUD functionality to create customers.
After submitting a form to create a new contact I end up on the contact list page.
This list page is just a complete html fragment containing the data-role="page" so it's not loaded using json.
What I would like to to is add a disappearing message to the list page noting 'Contact has been created' just like a message is displayed in case of a loading error.
Is this possible, and maybe even including html markup in the list page?