jquery validator plugin with display:none form elements

前端 未结 5 1476
囚心锁ツ
囚心锁ツ 2020-12-15 17:01

I\'m using the validator plugin found here to validate a form.

Problem I\'m having is if I put the following around a form input element the validation fails:

<
5条回答
  •  既然无缘
    2020-12-15 17:55

    Another form to solve this problem is changing the display: none to visibility: hidden.

    Eg:

提交回复
热议问题