jQuery password strength checker

后端 未结 13 1982
遥遥无期
遥遥无期 2020-12-08 00:25

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

13条回答
  •  太阳男子
    2020-12-08 01:15

    Try this code to check the password for text box

    
    

    Html:

       

    Check out the demo Here

提交回复
热议问题