jQuery Mobile - Loading Message [duplicate]
问题 This question already has answers here : jQuery Mobile loading message (11 answers) Closed 4 years ago . I am using jQuery Mobile for the first time to make it so that I can swipe back to the previous page, which I have managed to get working. However I have noticed a big ugly "loading" message at the bottom of the screen. After googling I have seen a function called $.mobile.hidePageLoadingMsg(); which I added inside my $(document).ready(function() but the loading message is still there. How