There are several ways to switch pages
1. $. Mobile. changepage ('../path/to/page.html ');
2. $. Mobile. changepage ('other/page.html ', 'fade', false, false );
You can set the page Switching Effect and define parameters to control whether the page Records history.
3. var pagedata = {URL: formresults. php, type: 'get', data:
$ ('Form # myform'). serialize ()};
$. Mobile. changepage (pagedata );
The URL, type, and data of the page are defined as variables for transmission.
4.VaR previouspage = $. Mobile. activepage. Data ('ui. prevpage ');
$. Mobile. changepage ([previouspage, anotherpreviouspage], 'pop ');
Use changepage to load the third page
5. $. Mobile. pageloading ();/display the loading information
$. Mobile. pageloading (true); // hide
Pageloading (Boolean done)Function display or hide the page loading prompt information. You can set it in the $. Mobile. loadingmessage variable.
6. $. Mobile. silentscroll (100 );
Silentscroll (number ypos): Scroll the page on the Y axis (0 by default) without triggering the scroll event