File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 88
99 composer require shankar-thiyagaraajan/javascript-form-validator
1010
11- #### Why javascriptFormValidator ?
11+ ## What's New in this Validator ?
12+
13+ * Support ** Native** and ** ES6** Javascript,
14+ * Pure Javascript Code (** No Dependency** ),
15+ * Simplified Implementations,
16+ * ** HTML 5 validation** for all Browsers,
17+ * Reliable and ** Dynamic** level ** DOM** Validations.
1218
13- 1 . It's developed by Core JavaScript.
14- 2 . It supports most of browsers.
15- 3 . Light Weight Library
16- 4 . Very Simple Implementation.
17- 5 . PowerFull Form Management.
1819
1920** Steps to Integrate to Form :**
2021
21- ``` html
22- <script src =" ./../src/js/formValidator.js" ></script >
22+ ``` html
23+ <script src =" ./../src/js/validatorNew.js" ></script >
24+ or
25+ <script src =" ./../src/js/validatorNew.es6.js" ></script >
2326```
2427
2528Then Integrate your form with Validator.
You can’t perform that action at this time.
0 commit comments