0

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?

enter image description here

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

Shawn Chin
  • 84,080
  • 19
  • 162
  • 191
Keith Costa
  • 1,783
  • 11
  • 35
  • 68
  • If you've already gone through all those, I don't think you're going to find one that satisfies you. Probably easier to just write it yourself. – James Allardice Sep 30 '11 at 12:30
  • 1
    I suppose you made a screenshot off an existing page, did you? What is the URL of that page? – vzwick Sep 30 '11 at 12:31

3 Answers3

2

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

Community
  • 1
  • 1
BNL
  • 7,085
  • 4
  • 27
  • 32
0

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

Jethik
  • 1,860
  • 1
  • 22
  • 26
-1

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

  • 1
    Note that link-only answers are discouraged, SO answers should be the end-point of a search for a solution (vs. yet another stopover of references, which tend to get stale over time). Please consider adding a stand-alone synopsis here, keeping the link as a reference. – kleopatra Jul 24 '13 at 13:39