Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JQuery Validation - Alternatives [closed]

Does anyone know of any other good JQuery-compatible validation libraries besides JQuery Validate?

I've been having a lot of difficultly with it so I want to see if there is anything better before I go and write something myself.

EDIT:

The "duplicate" question is 6 months old (out-of-date) and references only a single alternative. I'd like to try and get more answers, if possible.

like image 532
MgSam Avatar asked Oct 05 '22 07:10

MgSam


1 Answers

Parsley is a JavaScript library, that can work with both jQuery or Zepto, designed to validate forms easily. It is built with UX concerns in mind and tries to simplify details for the user.

Is this what you're looking for?

like image 125
Diego Cardozo Avatar answered Oct 09 '22 13:10

Diego Cardozo