JQuery Mobile's loading dialog shows and hides method sharing


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();