Questions tagged [parsley.js]

Parsley.js is a Javascript library that provides an easy interface for form validation using HTML5 data attributes. Currently available as a plugin for jQuery.

Parsley.js is a Javascript library to validate forms built on top of jQuery.

Feature Overview:

  • Dynamic form validation
  • Cross-browser
  • Built-in validators for the most common cases
  • Allows you to craft your own validators
  • Allows you to create remote (ajax) validators
  • Provides events so you can customize you validation process as much as possible

Documentation & Links

753 questions
-2
votes
1 answer

Unable to change minLength dynamically

I have a dropdown which has countries and in the same form on 2nd line I have ZipCode texbox. I want to limit the minLenght of the zipcode field dynamically. For example If US is slected zipcode should not be less than 5 and for other countries some…
-3
votes
1 answer

Compare two date fields using Parsley JS

How can I compare two date fields using Parsley JS? How can get the start date, while changing the end-date dynamically?
er_Yasar
  • 150
  • 10
-4
votes
1 answer

Parsley: Radio "Object 73 has no method 'replace'"

I'm trying to integrate parsley.js to my dynamic from. When I click the submit button which triggers an event in the javascript I call var validateForm = $('#myForm').parsley().validate(); But it wont work since in the console theres an…
pythoniosIV
  • 237
  • 5
  • 18
1 2 3
50
51