Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mefellows/gvalidator
- Owner: mefellows
- License: lgpl-3.0
- Created: 2015-03-13T01:17:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-14T04:33:07.000Z (almost 10 years ago)
- Last Synced: 2024-10-30T02:28:09.349Z (2 months ago)
- Language: JavaScript
- Size: 395 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: readme.txt
- License: license.txt
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 useHow 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