[jQuery] JQuery [validate] plugin - how to disable the validation for an specific button
Hi,
I'm using jquery validation with asp.net. The problem is, I have the
search button and the comments button in the same form. When the users
want to write a comment, the validation works perfect, but when the
users want to make a search in the page, the required fields of the
comments doesn't allow them.
So the question is how can I disable the validation for an specific
button.
Thanks