Closed
Description
It would be useful to have an option to remove the validator from a form - I think all it needs to do it remove the data and unbind the events.
At the moment I'm doing this outside the plugin like this:
form.add(form.find(':submit, input, select, option, textarea')).off('.validate .validate-equalTo');
form.removeData('validator');
Metadata
Metadata
Assignees
Labels
No labels