2012-04-06 54 views
0

我遇到同樣的問題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> 
+0

什麼版本的jQuery Mobile的您使用的是?另外,這段代碼在哪裏運行? – Jasper 2012-04-06 16:40:06

+0

@ Jasper - 查看我上面的編輯。我使用最新的jquery和jquery mobile 1.0.1,它們都在jquery上運行。 – jdb1a1 2012-04-06 18:29:51

回答

3

,一切似乎是工作的罰款現在。下面是我用別人的代碼,可能會遇到這樣的:

在頭

<link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.css" /> 
<script src="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.js"></script> 

的JS:

$.mobile.loadingMessageTextVisible = true; 
$.mobile.loadingMessage = "please wait..."; 
$.mobile.showPageLoadingMsg(); 
+0

令人討厭的詳細信息..謝天謝地,它看起來像是在1.2中改變(這不是寫出這篇文章)http://jquerymobile.com/test/docs/api/methods.html – 2012-07-15 19:30:14

+0

我使用JQuery Mobile 1.1 .1,我仍然有這個問題。 – chrysanhy 2012-08-10 23:45:53