Top "Parsley.js" questions

Parsley.

Parsley JS 2.x - disabling validation for fields that are not visible

I want to have Parsley not validate an input if it is not visible. I have a large multi-step survey …

javascript jquery validation parsley.js
How to validate file input using Parsley JS?

I've used a custom validator to validate the file extension of a file input below. .addValidator('filetype', function(value, requirement) { …

javascript parsley.js
How do I show what validation errors Parsley.js has found?

I'm using Parsley.js to validate part of a form like in this example. However, the validate() method always returns …

javascript validation parsley.js