HTML forms are easy to build by using only HTML and CSS. However, forms validation is a different story altogether which often requires a lot of JavaScript. Web developer Chad Humphrey created simple-validation.js, a lightweight jQuery plugin for performing basic form validations when the user tabs out of the form fields. This approach allows the user to get instantaneous feedback without having to click on the submit button at the bottom of the form.
comment 0