Reputation: 551
I need to show loader before the page is opened. If I remove data-ajax="false" is works. But I need to have data-ajax attribute.
<a href="..." data-ajax="false" class="show-page-loading-msg"> Home </a>
Upvotes: 2
Views: 530
Reputation: 31732
Use $.mobile.loading()
$.mobile.loading()
Demo
$.mobile.loading("show");
And
$.mobile.loading("hide");