https://github.com/vulcan-estudios/vulcanval
Validate data forms in client and server sides seamlessly
https://github.com/vulcan-estudios/vulcanval
jquery jquery-plugin validations validator
Last synced: about 2 months ago
JSON representation
Validate data forms in client and server sides seamlessly
- Host: GitHub
- URL: https://github.com/vulcan-estudios/vulcanval
- Owner: vulcan-estudios
- License: mit
- Created: 2016-06-09T11:55:56.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-01-01T10:48:56.000Z (over 4 years ago)
- Last Synced: 2025-10-09T07:59:02.450Z (6 months ago)
- Topics: jquery, jquery-plugin, validations, validator
- Language: JavaScript
- Homepage: http://vulcan-estudios.github.io/vulcanval
- Size: 2.77 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# [VulcanVal](http://vulcan-estudios.github.io/vulcanval)
[](https://badge.fury.io/js/vulcanval)
[](https://travis-ci.org/vulcan-estudios/vulcanval)
[](./LICENSE)
[](./CHANGELOG.md)
> Vulcan Validator, validate HTML form data universally seamlessly

A package to validate maps of data extracted from HTML forms in the client and server sides and a customizable jQuery plugin to validate forms as you type with ease.
[Get started](http://vulcan-estudios.github.io/vulcanval) | [Demos](http://vulcan-estudios.github.io/vulcanval/demo) | [JS API](http://vulcan-estudios.github.io/vulcanval/doc/js) | [SASS Config](http://vulcan-estudios.github.io/vulcanval/doc/sass)
## Validator package
- Configure validators for simple to complex forms easily.
- Configure and validate by fields, fieldsets or form.
- Use [validator.js](https://github.com/chriso/validator.js) with well tested string validators.
- Add custom validators.
- Internationalization support.
- Configuration checkers to prevent errors in settings.
## jQuery plugin
- Validate as you type.
- Inspect for validity, validate visually and reset by field, fieldset or form.
- Import and customize via [SASS](http://sass-lang.com) or use the pre-compiled files.
- Supports [jQuery](http://jquery.com) v1.7+, v2.0+ and v3.0+.
- Add custom fields different from form elements.
- Extract data from forms elements as data maps (possibly nested objects).
- HTML5 integration.