Validanguage
Validanguage is a framework-independent javascript form validation framework.
Main features:
- 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 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.
- JSON-based API. For advanced configuration.
- 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.
Related categories:
Comments? Need help with a component? Use our forums for further discussions.
Posted on the 9th of June at 8:01 am

