I\'m using $.ajax() to populate a list in my mobile web app. What I\'d like to do is have the jQuery mobile loading spinner appears while this call is being performed and di
This is a bit late...but you need to:
$.mobile.showPageLoadingMsg()
async: true
$.mobile.hidePageLoadingMsg()
success()