We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c2a81 commit 7e9495cCopy full SHA for 7e9495c
src/core.js
@@ -1125,7 +1125,7 @@ $.extend( $.validator, {
1125
1126
// http://jqueryvalidation.org/email-method/
1127
email: function( value, element ) {
1128
- // From http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#e-mail-state-%28type=email%29
+ // From https://html.spec.whatwg.org/multipage/forms.html#valid-e-mail-address
1129
// Retrieved 2014-01-14
1130
// If you have a problem with this implementation, report a bug against the above spec
1131
// Or use custom methods to implement your own email validation
0 commit comments