This used to work..
#ajaxBusy {display: none !important;}// Gets rid of the spinner
Now spinner still shows on ajax calls
How do I hide it now?
Tks
I see jquery made the changes to $.mobile.loading( "hide" );
Can I implement no spinner at all? Global.. I dont want spinner anywhere. I implemented my own..