Top "Parsley.js" questions

Parsley.

Asynchronous form submission with parsley.js

I'm trying to create a form that is validated front end using Parsley.js and submitted asynchronously. The form is …

jquery parsley.js
How to use the parsley.js pattern tag?

How do I add the attr:data-parsley-pattern="" tag correctly to a input? I wrote this: <input type="text" name="…

regex validation parsley.js
parsley.js how to trigger an error on a field with a custom error message

It would be great if it was possible to do such thing as $('input.specific-field').parsley('error', 'this is a …

javascript jquery html css parsley.js
Parsley Date Format

I am currently setting up a form with a <input type=date> field with Parsley to validate that …

javascript parsley.js
parsley js - conditional required if checkbox checked

Is there an easy way with parsleyjs to make a field required depending on another field? See my js fiddle …

parsley.js
Change the position of parsley-errors-list in parsleyjs

I am using parsleyjs.org to validate my forms. The plugin creates a ui.parsley-errors-list when an input has a …

javascript jquery html parsley.js
Parsley custom validator is not working for javascript installation

I have the simplest possible form with the simplest custom validator and it is not working, see http://jsfiddle.net/…

parsley.js
validate radio button with parsley.js

I am trying to validate radio button with parsley.js. Below is the code I am trying to use <…

jquery html validation parsley.js
Parsley.js Password Confirm doesn‘t work

I have problem with the Parsley.js Framework. My Problem is that the password and password confirm have the same …

passwords confirm parsley.js
How to trigger validation before submission in parsley?

I'm now using parsley 2 to validate my form, it works fine except this problem: only after you submit your form …

javascript jquery validation parsley.js