I’ve got a jQuery Mobile website with a PayPal custom button. The button sits inside PayPal form (which obviously I shouldn’t temper with). The problem is that when I hit the button, there is no indication that something is happening – so I though to intercept the form submit and show some “loading” mask.
Is there anyway to do so? or other ideas how to show that something is happening?
Many thanks
what verion of jquerymobile are you using ? in the latest stable version (1.0.1) they changed the
$.mobile.pageLoading();to$.mobile.showPageLoadingMsg();