I'm using parsley.js (parsleyjs.org) in combination with acc-wizard.js (http://sathomas.me/acc-wizard/).
Is there a way to make parsley check only a certain region (see following code, e.g. region one
, which could contain 5 input fields) instead of the whole form?
<form>
<div id="one">fields for parsley.js to validate...</div>
<div id="two">fields for parsley.js to validate...</div>
<div id="three">fields for parsley.js to validate...</div>
</form>
Thanks!