Javascript form validators

When we use forms we need somehow to validate the data user input. We can do this both server side  and client side. Client side part helps in user experience, and reduce bandwidth usage. Anyway, it’s not offering a good security so you ALWAYS should validate your input server side too.

Below we’ll put some resources for scripts that will help in validating our forms.

validator.js – Client-side form validating

Form Validator R2.0

JSValidate

Validate.js – webcoder.info

iWeb Toolkit:Javascript Form Validators

JavaScript Form Validations Made Easy!

Really easy field validation

Form Validator

A Guide to Unobtrusive Javascript Validation

jQuery plugin: Validation

LiveValidation

fValidator