banner design

Validanguage is an object-oriented, unobtrusive JavaScript form validation library that does not rely on any JavaScript frameworks (optional Prototype integration).

It provides 2 APIs:

  • HTML-like API placed inside comment tags. The choice for ease of use and simplicity.
  • JSON-based API for advanced configuration.

JavaScript Form Validation

With Validanguage, you can:

  • use the pre-configured functions like required, minlength, maxlength, etc.
  • easily configure custom validation functions to be triggered at onblur, onsubmit, onchange events.
  • add onsuccess and onerror callback functions to integrate it into your existing site design.
  • & more..

P.S. Thanks to Dan for the suggestion.

WebResourcesDepot Feed