|
|
@@ -2,6 +2,10 @@
|
|
|
|
|
|
A jQuery plugin to validate form fields. Use with Bootstrap 3
|
|
|
|
|
|
+The plugin uses [Bootstrap Tooltip](http://getbootstrap.com/javascript/#tooltips) to show the error message as following screenshot:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
## Required
|
|
|
|
|
|
* [jQuery](http://jquery.com/)
|
|
|
@@ -25,6 +29,8 @@ 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](mailto: phuoc@huuphuoc.me) / [Twitter](http://twitter.com/nghuuphuoc) / [Github](http://github.com/nghuuphuoc))
|