Form Validation
Attribute Reference
Attribute | Description |
---|---|
data-parsley-validate
|
Parsley the validator looks at all data-parsley-validate occurrences in DOM on document load and automatically binds them if valid. |
required
|
Validates that a required field has been filled with a non blank value. |
Attribute Reference
Attribute | Description |
---|---|
data-parsley-validate
|
Parsley the validator looks at all data-parsley-validate occurrences in DOM on document load and automatically binds them if valid. |
required
|
Validates that a required field has been filled with a non blank value. |
data-parsley-mincheck="2"
|
Validates that a certain minimum number of checkboxes in a group are checked. |
data-parsley-class-handler="#cbWrapper"
|
Specify the existing DOM container where ParsleyUI should add error and success classes. |
data-parsley-errors-container="#cbErrorContainer"
|
Specify the existing DOM container where ParsleyUI should put the errors. |
Attribute Reference
Attribute | Description |
---|---|
data-parsley-validate
|
Parsley the validator looks at all data-parsley-validate occurrences in DOM on document load and automatically binds them if valid. |
required
|
Validates that a required field has been filled with a non blank value. |
data-parsley-class-handler="#slWrapper"
|
Specify the existing DOM container where ParsleyUI should add error and success classes. |
data-parsley-errors-container="#slErrorContainer"
|
Specify the existing DOM container where ParsleyUI should put the errors. |