Data Sanitization with jQuery Validation Plugin
jQuery is a JavaScript Library that simplifies the creation of dynamic HTML documents that work for every browser. It allows for user generated plugins to extended functionality.
One useful jQuery Plugin is Validation. This Plugin allows you to quickly and easily check to ensure that the values entered into a form by the user are accurate. This functionality helps improves the usability of a webform and the accuracy of the data collected by giving the user feed back as they are entering data. Read more »