/jQuery-Salid-Simple-Form-Validation-Plugin

Salid is a very simple form validation plugin for jQuery. No muss or fuss, just simple easy validation.

Primary LanguageJavaScriptOtherNOASSERTION

Salid, the Simple jQuery Form Validation Plugin

Salid is a very simple, very lightweight form validation plugin for jQuery. No muss or fuss, just simple validation! Don't let that fool you, though, as Salid is highly customizable and likely fulfills your project needs.

Salid comes with a number of pre-defined validation rules out of the box as well as allows you to create any number of additional, user defined validation rules.

For complete usage and documentation, please visit the official site:

Official Salid Website

Included Form Validation Rules

The following form validation rules are included with Salid:

  • required
  • minlength
  • maxlength
  • between
  • email
  • phone
  • url
  • zipcode
  • alpha
  • numeric
  • alphanumeric
  • match (to ensure two field values match)
  • creditcard