显示loading对话框方法是:
$.mobile.showPageLoadingMsg();
也可设置参数
$.mobile.showPageLoadingMsg("b","加载中",false);
隐藏loading对话框方法是:
$.mobile.hidePageLoadingMsg();