Validanguage

19 Oct
2009

Validanguage is an inheritance-driven, open source javascript validation library designed to be the most feature-rich, user-friendly validation framework available.

  • The documentation, and the functionality itself, was designed for use by both
    javascript-savvy Web developers and those with no experience writing javascript.
  • 100% unobtrusive javascript, name-spaced under the global validanguage object. No inline event handlers required (not even to block form submissions)
  • No external libraries required (optional Prototype, Dojo or jQuery integration)
  • Use inheritance to manage your validation settings. Define a setting globally, per-form, or per-element.
  • Supports a choice of two APIs:
    • HTML-like API placed inside comment tags. The choice for ease of use and simplicity.
    • Javascript Object-based API. For advanced configuration.
  • Cutting-edge ajax support with integrated caching mechanism and timeout behavior
  • Easily configure custom validation functions to be triggered onblur, onsubmit, onchange, etc.
  • Add onsuccess and onerror callback functions to integrate Validanguage into your existing site design.
  • All validation functions and onsuccess/onerror callbacks are scoped so that the this keyword refers to the validated element.
  • Easy-to-use keypress suppression.
  • Includes numerous useful “transformation” functions to aid in producing slick forms that dynamically respond to users input


Validanguage Web Site
Validanguage Demo
Validanguage Download

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • MisterWong
  • Y!GG
  • Webnews
  • Digg
  • del.icio.us
  • StumbleUpon
  • Reddit

Related posts:

  1. 10 Great Javascript Validation Libraries We use javascript validation almost everywhere we use forms. Validation...
  2. JSValidate: Form Validation Library JSValidate is a simple library based on Prototype and Script.aculo.us...
  3. Dexagago Form Validation A simple Javascript form validation library based on prototype....
  4. yav – javascript validation tool Yav is a SIMPLE, POWERFUL and CUSTOMIZABLE javascript-based form validation...
  5. TMT Validator The TMT validator is a JavaScript library for form validation....

Related posts brought to you by Yet Another Related Posts Plugin.

Comment Form

top