Is it possible to check if an email input field has validated correctly using jquery?
I have an input form including an HTML5 <input type="email"> field.
When the user arrives at the page, the 'submit' button is disabled. When they have entered the information correctly, I'd like to enable the 'submit' button. Is there any way to check the input field has correctly validated without re-checking using a regular expression?