I want to apply javascript email validation in my project so please some suggest me the exact code for that because i just want to apply it only for regular expression and i don’t want to add any plug in for it. is it possible to write some code in source file and apply to email field.
Thanks in advance
you can add a regular expression validator to validate you email.
or if you want to check email from from javascript . check the SO post