nice-validator
Simple, smart and pleasant validation solution.
Download the latest release or install package via npm or bower
$ npm install nice-validator
$ bower install nice-validator
Getting started
jQuery 1.7+
1. Include2. Include nice-validator
width <script>
tag:
via webpack
via module loader Requirejs:
requirejs; ;
3. Config rules
... yadda yadda ...
It has started to work when you use native submitting.
4. Handle submit (Optional)
;
Documention
Browser Support
- IE6+
- Chrome
- Safari 4+
- Firefox 9+
- Opera
Bugs / Contributions
- Report a bug
- To contribute or send an idea, github message me or fork the project
Build
Install dependencies:
$ npm install -g gulp$ npm install
Run test and build:
$ gulp
License
nice-validator is available under the terms of the MIT License.