2012-04-13 37 views

回答

1

如果您提交表单,你通常会JQM不会自动阿贾克斯的形式,你会得到你指的是你的整齐的小动画。即

<form action="processMyForm.php" method="post"> 
    ...inputs here 
</form> 

你也可以访问以下方法。

$.mobile.showPageLoadingMsg("b", "This is only a test"); // options are (theme, text, boolean text only) 
$.mobile.hidePageLoadingMsg();