jQuery Validation Plugin + equalTo Not Working

后端 未结 5 1316
野的像风
野的像风 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:08

    If you will use id="password" it won't work. You must use another name for id.

    All keys in the rules object refer to the input.name and not input.id

提交回复
热议问题