我遇到同樣的問題this person describes。 showPageLoadingMsg()上的微調器永遠不會旋轉!沒有人回答他的問題,所以我什麼都沒有繼續下去。 A有人有任何想法嗎?
$.mobile.loadingMessageTextVisible = true;
$.mobile.loadingMessage = "please wait...";
$.mobile.showPageLoadingMsg();
編輯:這是我使用的包括jQuery Mobile的代碼和jQuery在我的網頁:我升級到jQuery Mobile的1.1.0
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.css" />
<script src="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.js"></script>
什麼版本的jQuery Mobile的您使用的是?另外,這段代碼在哪裏運行? – Jasper 2012-04-06 16:40:06
@ Jasper - 查看我上面的編輯。我使用最新的jquery和jquery mobile 1.0.1,它們都在jquery上運行。 – jdb1a1 2012-04-06 18:29:51