No Description

phuoc 584e73409e Add screenshot 12 years ago
demo 584e73409e Add screenshot 12 years ago
dist cc13b4a552 Add greaterThan validator 12 years ago
img 584e73409e Add screenshot 12 years ago
src 14639fc395 lessThan/greaterThan validators: Rename strict option to inclusive 12 years ago
vendor b540686fff Add Font Awesome v3.2.1 12 years ago
.gitignore 13ff8c5c35 Add Grunt file 12 years ago
Gruntfile.js 10fd2cc9c8 Add the banner to concatenated file 12 years ago
README.md 584e73409e Add screenshot 12 years ago
package.json 13ff8c5c35 Add Grunt file 12 years ago

README.md

BootstrapValidate

A jQuery plugin to validate form fields. Use with Bootstrap 3

The plugin uses Bootstrap Tooltip to show the error message as following screenshot:

Bootstrap Validate screenshot

Required

Build

BootstrapValidate uses grunt to simplify building process.

From the BootstrapValidate root directory, execute the following commands to install the dependent packages (the administrator permission might be required):

$ npm install grunt --save-dev
$ npm install grunt-contrib-concat --save-dev
$ npm install grunt-contrib-uglify --save-dev

Then, uses grunt to build:

$ grunt

The generated scripts (including source and compressed versions) are placed inside the dist directory.

Author

Nguyen Huu Phuoc (Email / Twitter / Github)

License

Copyright (c) 2013 Nguyen Huu Phuoc

BootstrapValidate is licensed under the MIT license.