I\'m quite new to jQuery, and I\'ve written a simple function to check the strength of a password for each keypress.
The idea is that every time a user enters a char
Try this code to check the password for text box
Html:
Password :
Check out the demo Here