Form Validation and Manipulation

Form Validation and Manipulation

jQuery offers a range of methods to detect when a user interacts with a form, we'll be using these methods in conjunction with other jQuery methods to add some browser-based validation to a simple contact form.

Extra Credit

Improve the validation to check the length of the content of the message. Let's say you can't submit the form if the message is less than 15 characters long.

Using the text() method to alter the message body hint to help the user out.