pass parameters between two pages in two different files in JQuery Mobile
问题 what is the best way for me to pass parameters between two pages in Jquery ?. Let's say I have a page1.html and page2.html and I want to pass the parameter id from page1 to page2. What is the best way of doing this ?. I currently use : $.mobile.navigate("#workOrderDetailsPage?id=" + woId); but that's for a two pages within the single page. But how can I do this for two pages in two separate files using JQuery Mobile ?. 回答1: Data/Parameters manipulation between page transitions It is possible