Validate Your Forms with jQuery
Wed, Feb 16, 2011
Objective
Validate your a contact form using the jQuery library and jQuery validation plugin.
Agenda
Open your previous javascript file and save it as "jquery-form-validation.html"
Add in the HTML for the contact form you created recently (you do not need the CSS for now)
Watch the video and add the link to the jQuery validation plugin
Keep watching the video until you get the validation to work
Add a CSS rule to make .error have red text
Rubric
| 5 | New file named correctly |
| 3 | Working form validation |
| 2 | Make error message red |


