How do I remove error prompts using jquery validate,?

there are several pieces of data, all of which can be edited. There is an error message after the first piece of data editing is illegal, but the error message left by the previous piece of data is displayed before it is edited when the second piece of data is clicked on.
how should I clear the prompt in this case?

Mar.23,2021

that's because the first piece of data is illegal and editing any of it will prompt
your requirement is unreasonable.
is it only verified once? If you prompt for an error, you will no longer verify the legitimacy?
I don't know if you are using this https://github.com/jquery-val.
. If so, you can see it through demo . If it is illegal, it will prompt an error.
if the product puts forward such a requirement and goes back directly, what is the use of referencing this verification plug-in

Menu