I am trying to validate my bootstrap form with Parsely javascript validator.
Below is the link -http://parsleyjs.org/
However there is a problem. I noticed that the validations do not work until I put data-parsley-validate into the <form> attribute. However in their tutorial, they have clearly mentioned not to use data-parsley-validate. Below is the link - http://parsleyjs.org/doc/index.html#psly-installation-javascript
My question is, how can I validate properly without using the data-parsley-validate attribute?
data-parsely-validateattribute to the form, or you manually install it with your own JavaScript.$('#form').parsley();if I use thedata-parsely-validate?