Validation Javascript

This script can be used to validate a form or a control.

This script requires jQuery.

Valid validations are:

  • required
  • email
  • date – in dd-mon-yyyy, dd-mm-yyyy, yyyy-mon-dd or yyyy-mm-dd formats
  • time
  • currency
  • numeric
  • alphanumeric
  • alpha
  • phone
  • state
  • zipcode
  • urlentry

Valid controls are:

  • text
  • testarea
  • select – Required only, value not ” or 0
  • radio buttons – one must be checked

Download Here

Comments are closed.