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

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -