Is there a jQuery plugin that meets my requirements for multi-form validation?

前端 未结 4 1280
暗喜
暗喜 2021-02-12 19:24

That has reg expression checks for phone, zip, email. Comparison checks for email and password. Bonus: masking and forcing letters and numbers only options.

I would like

4条回答
  •  伪装坚强ぢ
    2021-02-12 20:02

    I want my error messages to float independently of my HTML forms. Here's another validation alternative that looks promising:

    https://github.com/posabsolute/jQuery-Validation-Engine

提交回复
热议问题