The method to display the loading dialog box is:
$.mobile.showPageLoadingMsg();
You can also set parameters
$.mobile.showPageLoadingMsg("b"," In the load ",false);
The method to hide the loading dialog box is:
$.mobile.hidePageLoadingMsg(); The method to display the loading dialog box is:
$.mobile.showPageLoadingMsg();
You can also set parameters
$.mobile.showPageLoadingMsg("b"," In the load ",false);
The method to hide the loading dialog box is:
$.mobile.hidePageLoadingMsg();