を使用したいのです$. mobile.showPageLoadingMsg ("b", "This is only a test", true)
が、うまくいきません:
<script src="js/jqeury/jquery.js"></script>
<script src="js/jqeury/jquery.mobile-1.1.1.js"></script>
私のコードは次のとおりです。
<script type="text/javascript" charset="utf-8">
$.mobile.showPageLoadingMsg("b", "This is only a test", true);
//show the loading message. alert("OK"); </script>