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.jsOk, 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.jsCurrently 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.jsI can't for the life of me get Parsley.js to validate my checkboxes, even though my code looks just …
javascript html checkbox parsley.jsOkay, I'm still a javascript student so I need some help. I'm using parsley.js for form validation and then …
javascript jquery parsley.jsI 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.jsI'm using Parsley JS (http://parsleyjs.org/) for form validation. The default behavior for errors is to add a class …
javascript jquery parsley.jsI would like to validate hidden fields, so essentially I want to remove input[type=hidden] from parsley's list of …
javascript parsley.jsI have a form that submits through ajax. Works fine. However, I am trying to work out how to ONLY …
javascript jquery ajax parsley.jsHow do I tell the parsley-Instance to exclude not visible form elements? I found this in the Documentation: data-parsley-excluded="input[…
parsley.js