Browse Source

Add custom submit handler demo

nghuuphuoc 12 years ago
parent
commit
55d9670484
2 changed files with 7 additions and 3 deletions
  1. 6 3
      CHANGELOG.md
  2. 1 0
      README.md

+ 6 - 3
CHANGELOG.md

@@ -1,12 +1,15 @@
 # Change Log
 
-v0.1.1 (2013-10-17)
-* Add submitButtons option
+___v0.2.0___
+* Add custom submit handler (using ```submitHandler``` option)
+
+___v0.1.1 (2013-10-17)___
+* Add ```submitButtons``` option
 * #16: Disable client side validation in HTML 5
 * #17: Support default Bootstrap form without labels
 * #19: Support select box validator
 
-v0.1.0 (2013-10-14)
+___v0.1.0 (2013-10-14)___
 * First release
 * Provide various validators
     - between

+ 1 - 0
README.md

@@ -18,6 +18,7 @@ You can see the live demo here:
 
 * [Sample demo](https://rawgithub.com/nghuuphuoc/bootstrapvalidate/master/demo/index.html)
 * [Validator examples](https://rawgithub.com/nghuuphuoc/bootstrapvalidate/master/demo/validators.html)
+* [Custom submit handler](https://rawgithub.com/nghuuphuoc/bootstrapvalidate/master/demo/submitHandler.html)
 
 ## Usage