I want to disable the loading message in the header only when transitioning between jQuery Mobile pages.
Alternatively, if I can change the default "loading" text, that would also suffice.
I have tried
$(document).bind("mobileinit", function(){
$.mobile.hidePageLoadingMsg();
});
also $.mobile.pageLoading( true );
you can see an example here