Tagged Questions

8
votes
1answer
16k views

jQuery email validation requirements

I'm using the jQuery.Validation plugin for client side validation, and among other things I validate email addresses. Now I also want to validate on the server side (for users without javascript etc). ...