Skip to content

Validate destroy is not working for me #52

@binu101

Description

@binu101

Hi,
I've made a dynamic validator for the web application which I'm currently working on.

I dynamically build the element selector and call the form validation like this:

jQuery($el).validate();

However, when I want to reload the validation of a form, for example when loading different values from AJAX, i'm using a direct call to the form to destroy validation like:

jQuery('#create_user_form').validateDestroy();

This does not destroy validation, can you please help me?

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions