We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b1b992 commit 0dccf54Copy full SHA for 0dccf54
README.md
@@ -26,10 +26,19 @@ Then Integrate your form with Validator.
26
27
28
```javascript
29
+
30
+ // For Nativ
31
+ var myform = jsValidator.init({
32
+ form: 'form2submit',
33
+ forceFilter: true
34
+ });
35
36
+ // For ES6
37
var myform = new jsValidator().init({
38
form: 'form2submit',
39
forceFilter: true
40
});
41
42
```
43
## Validator Action
44
0 commit comments