$.mobile.showPageLoadingMsg() is not working
问题 I am new to the jquery mobile while making ajax request i use to display the loading message until getting the response from sever. I tried a lot for this but no use.can any one help me out from this issue thanks in advance.. bellow ajax call code $.ajax({ url: "url", type: "GET", contentType: "application/json; charset=utf-8", beforeSend: function(){ setTimeout(function(){ $.mobile.loading('show');},1); }, success: function(msg) { // $.mobile.loading('hide'); $.each(msg.empWall, function() {