A client recently wanted to include validation on their website registration form that would not only check that the input text was a genuine email address but also to disallow registration of any “free” email addresses.
Using jQuery we can easily add this to the website by creating a regular expression, which checks for email addresses such as yahoo, gmail, … more


















