Home / Validation / Validetta - Tiny jquery plugin for validate forms
Validetta - Tiny jquery plugin for validate forms

Validetta - Tiny jquery plugin for validate forms

Download
  • Overview
  • Documents
  • Demos
User Rating: 0/5 ( 0 votes)
Your Rating:

Validetta is a tiny jQuery plugin which you can do client-side validation of your forms. It aims to decrease your burden with easy usage and flexible structure.

What can be done?

  • You can check fields whether it is empty or not or it is chosen or not.
  • You can do e-mail check.
  • You can do number check.
  • You can check if the two fields are equal to each other.
  • You can check credit card number validation.
  • You can limit number of characters written to fields.
  • You can limit number of choice of multiple select box or check box.
  • You can use remote validator.
  • By creating your own regular expression, you can check fields according to this regular expression.

Source: lab.hasanaydogdu.com

Scroll To Top