victorjonsson / jQuery-Form-Validator

[DISCONTINUED] jQuery plugin that makes it easy to validate user input while keeping your HTML markup clean from javascript code.
971 stars 475 forks source link

Fix #444: Make 'valid' class configurable #563

Closed jfrondeau closed 7 years ago

jfrondeau commented 7 years ago

Add configuration option successElementClass with default to 'valid' and replace hardcoded use of valid with that configuration.