ericelliott / h5Validate

An HTML5 form validation plugin for jQuery. Works on all major browsers, both new and old. Implements inline, realtime validation best practices (based on surveys and usability studies). Developed for production use in e-commerce. Currently in production with millions of users.
576 stars 125 forks source link

Allow allValid options to override default settings #35

Closed opendining closed 12 years ago

opendining commented 12 years ago

We had a case where we needed allValid to validate different sets of elements, so we needed to change allValidSelectors on the fly.

Figured this provides a little more flexibility, so you can override settings from the allValid options.