I'm trying to validate a <input type="email"> using the jQuery validate plugin and the actual validation works fine, but it appears that if incorrect value has been entered and an error message appears, the error message remains after the error has been corrected.
Am I doing something wrong or does the validate plugin simply not support type="email" inputs?