Hi, I'm using your validator for an email in a form. I can't figure out how to submit the form when the email is valid. I tried with $('#form').submit(); and many other ways but it works only when I click again and the validator doesn't validate because it is the same email.
Hi, I'm using your validator for an email in a form. I can't figure out how to submit the form when the email is valid. I tried with $('#form').submit(); and many other ways but it works only when I click again and the validator doesn't validate because it is the same email.