Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在页面打开之前显示加载器。如果我删除 data-ajax="false" 是有效的。但我需要有 data-ajax 属性。
<a href="..." data-ajax="false" class="show-page-loading-msg"> Home </a>
利用$.mobile.loading()
$.mobile.loading()
演示
$.mobile.loading("show");
和
$.mobile.loading("hide");