Opened 9 years ago
Closed 9 years ago
#14777 closed bug (notabug)
jquery.validate plugin email validation dots in domain name
Reported by: | chentong | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.11.0-rc1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi,
using http://jquery.bassistance.de/validate/demo/ I can see it gives error when I try "[email protected]" but will not give error for "[email protected]…..com" (three dots in total) I can see the regex is at line number 1017 of the lastest http://ajax.aspnetcdn.com/ajax/jquery.validate/1.11.1/jquery.validate.js.
Many Thanks, Best Wishes, Tong
Change History (2)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
This bug tracker is only for jQuery core, not for plugins.
Note: See
TracTickets for help on using
tickets.
repro using the email address from http://jsfiddle.net/HjcPD/ and paste into the demo page email address field.