Side navigation
#14777 closed bug (notabug)
Opened February 10, 2014 04:45PM UTC
Closed February 10, 2014 05:57PM UTC
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 "a@a..com"
but will not give error for "a@a.a..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
repro using the email address from http://jsfiddle.net/HjcPD/ and paste into the demo page email address field.