how to cache the same page with different dynamic xml data

lakenroveGona

New Member
I've got a jquery-mobile webapp. On some pages the lists will be filled with dynamic data which is coming from xmpp server (pubsub items).Once I visit a page with different groups say #pageGroups which fires a query and a list will be filled with groups from the xml query. Then I click on a group and will navigate to #pageItems page which fires a query to xmpp server to get items and the list on #pageItems will be filled with different items. But when I navigate BACK to #pageGroups and choose another group I get the items from the first group. [*]How do I get the new query to be displayed on the same #pageItems? (How do I remove the cached page?). But then I have to fire a new query if I want the data from the first selected group :-(or [*]How do I save the items from the first group (first query) and display the items from the second group (from the second query) on the same page #pageItems. Is that possible?
 
Back
Top