Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mefellows/gvalidator

Automatically exported from code.google.com/p/gvalidator
https://github.com/mefellows/gvalidator

Last synced: 22 days ago
JSON representation

Automatically exported from code.google.com/p/gvalidator

Awesome Lists containing this project

README

        

GValidator (v0.5.49) - Javascript Validation library from OneGeek (http://www.onegeek.com.au)

----------------------------------------------------------------

GValidator is a lightweight javascript form validation library that automatically
adds client-side validation to form elements, without needing to write a single line of javascript.

The aims of the project are to provide the following:

* A user-friendly experience
* A reusable and lightweight library
* Semantically clean code
* Standards compliant code
* Cross browser compatibility
* Code flexibility and extensibility
* promote adoption via ease of use

How to use GValidator (Simple Usage)
----------------------------------------------------------------
To use the library all you need to do is:

* Copy the icons folder into your image directory
* Set the ICON_DIR variable in gvalidator.js to point to this location

i.e. ICON_DIR = '/images/icons';

* Include the gvalidator.css script file in the header of the page



* Include the gvalidator.js script file at the bottom of the page, just before