To make both mandatory if either of the two items is entered in the jQquery validation engine

Asked 1 years ago, Updated 1 years ago, 72 views

Thank you for your help.

There are two text items (input type="text") in the form currently under development.

If one of these items is entered, I want to get an error if I don't enter the other, but I don't know how to do it.

The environment is jQuery validation engine

.

Thank you for your cooperation.

jquery

2022-09-30 21:10

1 Answers

I think you can fill either the example groupRequired or the example condRequired located on this site.


2022-09-30 21:10

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.