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

前端 未结 4 1281
暗喜
暗喜 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 19:44

    I like jQuery tools validator, it uses html 5 input types, support for server validation and a lot of other resources. http://flowplayer.org/tools/demos/validator/index.html

    0 讨论(0)
  • 2021-02-12 19:46

    The best validation plugin is Jorns here. Coupled with the metadata plugin it provides a powerful clientside validation framework.

    Multipart form demo here

    Please go and read and view the examples then ask any specific issues that crop up along the way in your solution.

    0 讨论(0)
  • 2021-02-12 19:52

    You can try bValidator: http://code.google.com/p/bvalidator/

    0 讨论(0)
  • 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

    0 讨论(0)
提交回复
热议问题