我想使用$. 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>