jqBootstrapValidation
jqBootstrapValidation copied to clipboard
Dynamic validation onchange event.
I have a bunch of items on a form, and each has it's own get / set AJAX functions.
This is so a form can be switched from "view" to "edit" by just diabling / enabling the input boxes... it is an internal database web front end, so there are good reasons for this approach.
(one is that changes are saved as they are made, rather than in batches on a submit.)
I would like to validate the individual items, when the onchange is called, and then only commit the change if it's passed validation.
Is this possible the jqBootstrapValidation?