Top "Parsley.js" questions

Parsley.

Trigger parsley validation without submit form?

Given this code, it never works and always returns true whatsoever ? <form id="my-form" data-validate="parsley"> <p&…

javascript parsley.js
Parsley custom error message doesn't work

I have the following input field: <input id="name" name="real_name" type="text" placeholder="ie. Your full name …

html parsley.js
Preventing form submission after validation by parsley.js

I have used parsley.js many times and have literally copied the code from my last use of parsley. However, …

javascript parsley.js
How can I dynamically add and remove form fields to be validated by Parsley.js?

I have a form ('#registrations') that I am validating with Parsley.js and so far it is working fine. …

jquery validation dynamic parsley.js
Parsley.js - Displaying Errors in a Specified Element

Using Parsley.js, is it possible to specify the element that should hold the error messages? I tried: $('#myForm').…

javascript jquery jquery-plugins parsley.js
Google ReCAPTCHA how to make required?

Does anyone know how to make the "Google ReCAPTCHA (v2)" be "required" in a form? I mean no form submission …

jquery html validation recaptcha parsley.js
Parsley.js - Validate optional input for only numbers

I have a form that has one optional input and 3 required input fields. For the optional input I have the …

javascript html forms validation parsley.js
Parsley.js - change error container

I want to alter the positioning of each error message. That is display the error message in the respective <…

jquery validation parsley.js
parsley.js telephone digits input validating with spaces

I have an input for telephone number. I would like to write this format: 0175 6565 6262 (with spaces). But if write with " " …

phone-number parsley.js
How to get the parsley.js reset() method to reset the form

I am having hard time figuring out to get the parsley.js 2.0 reset() method to fire upon clicking the reset …

jquery parsley.js