Listview with dynamic content

Listview with dynamic content

Hello,
i have tried to figure out how to solve this in jquery mobile.

I have a "list" with data from a database (served through php)
I can click on one of the element, which contains a form, so i can change the list-element. When element is saved and i push back, how do i refresh the "list" page?
Cause it needs to hit the database again and fetch the changes.

Jakob