victorjonsson / jQuery-Form-Validator

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

data-onValidate= etc. for hooking to defined functions #692

Open rookiegrammer opened 6 years ago

rookiegrammer commented 6 years ago

Should allow writing function names on html which is triggered at certain points during validation. This will allow triggering defined functions per form especially validating multiple forms utilizing different AJAX functions.

ex. <form onsubmit="return false" data-onSuccess="doAjax">