Skip to content

Commit 0b1b992

Browse files
Update README.md
1 parent 1f7adc8 commit 0b1b992

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,20 @@ Then Integrate your form with Validator.
3131
forceFilter: true
3232
});
3333
```
34-
#### To check validation
34+
## Validator Action
35+
36+
### Check Form is Valid or Not.
3537

3638
```javascript
37-
myform.check() // True | False
39+
// Retrun status as True|False.
40+
myform.check()
3841
```
3942

40-
#### To apply on dynamic elements
43+
### Update all Newly created elements to Validator's List.
4144

4245
```javascript
43-
myform.update() // It will update the DOM.```
46+
// It will update the DOM.
47+
myform.update()
4448
```
4549
4650

0 commit comments

Comments
 (0)