jsFormValidation() is a collection of JavaScript functions that limit user input into forms before they're submitted:

Try some examples:
Text only (person's name)  
Phone number (123)456-7890  
Email address (lowercase)
URL (http:// required)
Hex Color (leading # required)