I’m looking for some nice jQuery validation class, where I could add some custom validation functions and where I will be not forced to rely on inputs classes, where I could define my validation rules with an object or some array.
Could you recommend me some validation classes you are using?
This is what I use in my projects:
https://github.com/posabsolute/jQuery-Validation-Engine#readme
and very happy with it, check it out.