jQuery Validation Plugin + equalTo Not Working

后端 未结 5 1305
野的像风
野的像风 2020-11-30 13:36

Here is what I am currently using to attempt to validate a form. When I press submit with no values entered into the form, I get the error messages for each of the inputs a

5条回答
  •  粉色の甜心
    2020-11-30 14:22

    I had the same problem as Tom. The solution was to create an id for the password fields that matched the names for the password fields. (As mentioned by Tom). Definitely a bug in the validation code, because it should just rely on the name field. Oh well...

    -Greg

提交回复
热议问题