Simple, smart and pleasant validation solution.
#####Download the last release
or installation by package manager via npm
$ npm install nice-validator
width Bower
$ bower install nice-validator
#####Include jQuery 1.7+
#####Include nice-validator to your project
width <script>
tag
<script src="path/to/nice-validator/jquery.validator.js?local=en"></script>
via Requirejs
requirejs.config({
paths: {
validator: 'path/to/nice-validator/local/en'
}
});
via Sea.js
seajs.config({
alias: {
validator: 'path/to/nice-validator/local/zh-CN'
}
});
- IE6+
- Chrome
- Safari 4+
- Firefox 3.5+
- Opera
- Report a bug
- To contribute or send an idea, github message me or fork the project
Make sure node.js v0.10+ have installed. Then first run the following command to install dependencies:
$ npm install -g gulp
$ npm install
Run the unit test and build:
$ gulp
nice-validator is available under the terms of the MIT License.