I have several input button elements on my site that perform Ajax operations.
When the user clicks on one of these buttons, I want to disable it, hide its text label, and then show the centered Ajax image, it expects the $.ajax() function $.ajax() or failure , after which its appearance will be reset for a preliminary click .
I made my own jQuery extension for this, but spinner image positioning doesnโt work a bit in different browsers, and I really donโt have the patience to debug a specific CSS browser right now.
Is there a simple plugin that already provides this feature for me?
source share