How can you most easily pass URL arguments/data between JQuery Mobile (JQM) embedded/internal pages?
问题 How can you pass/access URL parameters (or simple data) between embedded JQuery Mobile pages? I.e. I have a single HTML page (index.html) with two "pages" (page-id) in it "article-list" and "article-detail" and I want to pass an ID into the article-list page i.e. index.html#article-list?id=12345 and read it again. We know the framework doesn't support it natively (http://jquerymobile.com/demos/1.0.1/docs/pages/page-navmodel.html). There used to be a plugin called jqm.page.params but it hasn't