Question: this is the html code: ITDR1105 $(document).ready(function() { }); // end ready ITDR1105 FINAL: PRACTICAL FALL 2020 Signup Name E-mail Address Password Confirm Password

this is the html code:
$(document).ready(function() {
}); // end ready
ITDR1105 © FINAL: PRACTICAL FALL 2020
Signup
ITDR1105, FInal Practical, Fall 2020
ITDR 1105 FINAL: PRACTICAL FALL 2020 Signup NAME E-MAIL ADDRESS PASSWORD CONFIRM PASSWORD DATE OF BIRTH PLANET OF BIRTH --Please select one- WOULD YOU LIKE TO RECEIVE E-MAIL FROM US? Yes O Definitely O Do I have a choice? Submit Write jQuery code in validation.html file to validate the form as following. 1. Name should not be left empty. 2. Name should be non-numeric. 3. Email should not be empty. 4. Email should be in valid email format. 5. Password must not be empty. 6. Password must be at least 8 characters long. 7. Confirm password must match with the password. 8. The date of birth should be typed using this format: 01/19/2000 9. At least one of the combo box option should be selected. 10. At least one of the radio buttons must be selected. 11. You must display appropriate messages to prompt the user to enter/ select valid data
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
