I have a jqm page that I'm (re)using as a profile page for my app. The page is fed content from the server and all is well (but perhaps reusing a page like this isn't the preferred method? Can anyone confirm as I'm still quite green...).
Anyway, if I navigate back and choose another profile to view (in effect loading fresh data into the same jqm page) and then use javascript to pull data out of this correctly assembled page, the data that javascript returns refers to the first profile's viewing.
To sum up: all viewings after the first do display correctly, just that the data that is returned by a javascript query on that page is stale (it seems always to refer to the first viewing's page).
Am I doing it wrong or might it be a bug (I'm using beta1 on opera and firefox desktop (linux))?