Intro to PHP Today’s Start Files This picture or its location:
Code Challenge Day 15
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.
Day 15
JavaScript Form Validation Tonight we’ll be doing our form validation with a jQuery plugin. We’ll do the PHP portion of the processing tomorrow.