I'd like that somebody could give me an heads-up with the code to achieve this events:
- User clicks a button;
- Button disappears;
- Text fades in saying "Saved!" in the SAME POSITION of the button;
- Text fades out;
- Button (from 2nd step) reappears.
Here's the code of the button:
<input type="submit" name="gravarpalp" value="Save" />
Thanks in advance!