JQuery Mobile's loading dialog shows and hides method sharing

  • 2020-03-30 00:00:07
  • OfStack

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

Related articles: