Top "Parsley.js" questions

Parsley.

Change fields back to valid after invalidated by parsley

I have the following custom validator. The intended purpose is to validate the field contingent upon the value of the …

javascript jquery css parsley.js
Parsley Form Validation - Event Listeners

Ok, so i have searched everywhere for this but still can't get it working. No one seems to have tried …

javascript jquery html twitter-bootstrap parsley.js
ParsleyJS - Localization with data-parsley-`constraint`-message

Currently I'm using data-parsley-`constraint`-message="English sentence goes here" but now that I'm working to add localization these messages …

javascript localization parsley.js
Why doesn't checkbox validation work in Parsley.js?

I can't for the life of me get Parsley.js to validate my checkboxes, even though my code looks just …

javascript html checkbox parsley.js
Parsley Form Validation Error

Okay, I'm still a javascript student so I need some help. I'm using parsley.js for form validation and then …

javascript jquery parsley.js
using jquery to add an asterisk to all form fields with data-required=true

I was using this to add a asterisk from the fontawesome library to all form fields who had 'required' as …

jquery twitter-bootstrap pseudo-element parsley.js
Parsley JS Add Error/Success Class to Parent

I'm using Parsley JS (http://parsleyjs.org/) for form validation. The default behavior for errors is to add a class …

javascript jquery parsley.js
Parsley JS 2.x - how do you validate hidden fields?

I would like to validate hidden fields, so essentially I want to remove input[type=hidden] from parsley's list of …

javascript parsley.js
Ajax submit after parsley.js validation

I have a form that submits through ajax. Works fine. However, I am trying to work out how to ONLY …

javascript jquery ajax parsley.js
Exclude invisible Inputs with parsley.js 2.x

How do I tell the parsley-Instance to exclude not visible form elements? I found this in the Documentation: data-parsley-excluded="input[…

parsley.js