validator-demo
validator-demo copied to clipboard
Mailgun email address jquery validation plugin http://mailgun.github.io/validator-demo/
Any domain with a hyphen is marked as invalid, for example: [email protected]
I notes the latest mailgun API is v3, when to upgrade to v3 in your plan? Thanks.
Hi, The first call I make to mailgun_validator doesn't really happen. I've checked the network log and there is no validation requests. I then focus on the element that calls...
It would be helpful if an example of how to integrate Mailgun with jQuery Validation - http://jqueryvalidation.org/ was provided
Currently the server doesn't implement the OPTIONS preflight.
I have some schools with this email format: [email protected] [email protected] [email protected] It says the emails are invalid..what is making it invalid, and how can I change it so that the...
It might make sense to use HTML5 constraint validation, in particular setCustomValidity(). See https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5/Constraint_validation#Constraint_API's_element.setCustomValidity()
I know duplicates are caught, but wouldn't running on change instead of focusout be simpler and have a little better performance?
A JS error is thrown when the timeout occurs because of an undefined variable here. https://github.com/mailgun/validator-demo/blob/master/mailgun_validator.js#L100 This was introduced here https://github.com/mailgun/validator-demo/commit/d0012f4aa9fc92b6be114ae6341be4fdd518205a#diff-2058a81314d1963d903b2bfdf54a9773L75