0

Do You know any good plugins which are suposed to display hints popups each time user changes form field. For example when user enters password field there should appear popup with information that password should have at least 8 characters. That just an example. Thanks for help.

gruber
  • 28,739
  • 35
  • 124
  • 216
  • Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, [describe the problem](http://meta.stackoverflow.com/questions/254393/what-exactly-is-a-recommendation-question) and what has been done so far to solve it. – FelixSFD Dec 14 '16 at 20:14

2 Answers2

0

The jQuery Validation plugin is the de facto standard these days.

...but if you're using ASP.NET, you already get input validation for next-to-free:

Community
  • 1
  • 1
Matt Ball
  • 354,903
  • 100
  • 647
  • 710
0

Take a look at http://docs.jquery.com/Plugins/validation

ShankarSangoli
  • 69,612
  • 13
  • 93
  • 124