A question about jquery validate

The

form form has two buttons, one to confirm and one to return. I just need to click OK to verify instead of both. I would like to ask how to execute my return event instead of triggering validation when I click back. No, no, no.

Mar.21,2021

type is triggered only if you do not want to trigger. If you do not want to trigger, block the default event event.preventDefault ();


this requires cleaning up your business execution logic. It is difficult to specify without code.

Menu