jQuery .validate() submitHandler not firing

后端 未结 4 1554
野性不改
野性不改 2020-12-13 21:28

I\'m loading a dialog box with a form that\'s built on-the-fly using Bootbox.js and I\'m validating user input with a jQuery validate plugin.

Validation works just f

4条回答
  •  情书的邮戳
    2020-12-13 21:51

    You should change the name for your submit button, because you have a naming conflict. For example, try changing it from name="submit" to name="other".

提交回复
热议问题