Today is all about validating forms. Take this simple form (the code for it is provided for you)
Your challenge will be to attach jQuery validate to it in order to validate the data passed from the form. You will do this with the methods we learned in class.
All the fields are required and all fields that are not correct should have messages associated with them that go away when the user has filled out the fields properly. By doing more than the basic code, you will get more points for this exercise. There are directions within the zip file. The zip file includes one page with embedded styles (no need to worry about styling) and one image (for the select). Download the zip file and get to work. Show me what you got!
Form Challenge Zip File