both are not shown, so the following is not shown:-
(taken from the jquery mobile JS file)
var $loader = $( "<div class='ui-loader ui-body-a ui-corner-all'><span class='ui-icon ui-icon-loading spin'></span><h1></h1></div>" );
The process that I am taking is as follows
1.make ajax call update text on ajax loader
2.trigger $.mobile.showPageLoadingMsg()
3. on success hide ajax loader using $.mobile.hidePageLoadingMsg() and then make new ajax request updating text again
4. trigger $.mobile.showPageLoadingMsg()
5. on success hide ajax loader $.mobile.hidePageLoadingMsg()
however step 4 does not work
I am using jquerymobile 1.0.1