开发者

What is the name of this jQuery form validation plugin? (Screenshot included)

开发者 https://www.devze.com 2023-04-10 06:40 出处:网络
I am looking for a good jquery plugin for form validation. I have found many related plugins but not of them matches the 开发者_运维问答one I\'m after. Below is a screenshot of what I\'m looking for.

I am looking for a good jquery plugin for form validation. I have found many related plugins but not of them matches the 开发者_运维问答one I'm after. Below is a screenshot of what I'm looking for. Can anyone provide me with a link or the name of the plugin?

What is the name of this jQuery form validation plugin? (Screenshot included)

I've looked through the following links but they do not look like the one I am looking for:

  • http://docs.jquery.com/Plugins/validation
  • http://jquery.malsup.com/form/
  • http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/
  • http://www.webresourcesdepot.com/powerful-jquery-form-validation-plugin-validity/
  • http://demos.usejquery.com/ketchup-plugin/
  • http://www.matiasmancini.com.ar/jquery-plugin-ajax-form-validation-html5.html
  • http://frontendbook.com/jquery-form-validation-plugin


It may not even be an off-the-shelf jquery plugin.

That design could certainly be created with the jQuery Validation plugin. You will just have to manually manage your error containers. Some good info here:

Jquery Validation plug-in custom error placement


its html5 validation popups . If you specify novalidate="novalidate" in form , it will not show


Maybe you could tried this one: http://git.aaronlumsden.com/progression/

0

精彩评论

暂无评论...
验证码 换一张
取 消