jquery validation plugin - not validating on submit

前端 未结 2 478
梦毁少年i
梦毁少年i 2021-01-29 00:08

I\'ve got a form with several fields, some of which I\'d like to have validated on keyup and on submit. I am calling jquery 1.9.1 then the plugin (1.11.1), then an external fil

2条回答
  •  悲哀的现实
    2021-01-29 00:50

    I was tearing my hair out for over an hour with a similar issue (the email field was not being validated). I figured there must be something wrong with my HTML markup and upon examining the demos, found that they were using an input type="email" to capture the input. I was using a regular text input. Making the change solved my problem.

提交回复
热议问题