jquery - when checkbox is clicked I want Bvalidator to validate limited fields -


I have a form and there is some recognition in using bValidator. The problem I am facing is when I check a checkbox, so I want bValidator to validate only the limited areas and when the checkbox is not clicked, I want bvalidator to validate all areas.

How to solve this problem?

Thanks Abhinab

The easiest solution would be to disable those fields When the checkbox is checked. Or check box is checked, you can delete the data-biwilator feature from the field.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -