I created a mobile app using jQtouch. I need to let my user know when an ajax call is loading after they've pressed a form button. So I want to load a mask and a simple loading gif.
I can get it to work on the desktop version of the app with no problem, but on the mobile with the jQtouch framework I can't.
I've tried jquery-loadmask and the jquery.loading plugin.
Anyone have any experiece with jQtouch and creating a loading notice?