How can i disable the whole page when i show the loading popup?
When i click a button, it will fire a even and post some data to the server. So before i got response, i wanna show a loading popup. I know the function
$.mobile.loading( 'show') , but how to disable the page on the back? because i still can click the button even the loading is there