jquery - Allow apostrophe in multiple email id field -
i have email field in form. user can enter more 1 email id on same time below format
test1@test.com,test2@test.com test1@test.com, test2@test.com test1@test.com;test2@test.com test1@test.com; test2@test.com
i did this.
now want allow aj’’joy@css.com, ab’’coy@css.com,
these kind of mail id also. tried not able find how allow apostrophe in email validation. can me?
fiddle link : http://jsfiddle.net/wwrvy/8/
since comment answered question...
that's because characters aren't apostrophes, they're weird floating comma things. nobody going enter those. use actual apostrophes , current regex fine:
aj''joy@css.com, ab''coy@css.com
Comments
Post a Comment