Skip to content

Feature request: Remove validator #1704

Closed
@RoBorg

Description

@RoBorg

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions