[jQuery] Cancel fadeOut

[jQuery] Cancel fadeOut


I have a form which, when the user tries to submit an empty field,
displays an error msg. The error msg fades out over a 5 second
interval. The problem occurs when the user tries to resubmit the form
before the fade is done. It displays the error msg again, but this
time it's at partial opacity.
Is it possible to cancel a fadeOut that's currently in process?