When users log in or register for a website, they usually have a function similar to "little eyes" that can display or hide the entered password, which not only avoids incorrect password entry but also improves security. The following are 5 useful password display/hide effect plug-ins selected by PHP Chinese website for your web pages. You can refer to them and download the code when developing password display/hide effects.
1, Bootstrap implements user input password to display hidden code
Bootstrap is based on HTML, CSS, A simple, intuitive and powerful front-end development framework developed by JavaScript. This is implemented using Bootstrap to display and hide the password entered by the user. Just click the "little eye" icon with the mouse to hide or display the password.
Link: https://www.php.cn/xiazai/js/2580
2、Hide jQuery plug-in to display password
jQuery is a fast and concise JavaScript framework. This is a plug-in that uses jQuery to achieve the effect of hiding and displaying passwords. Click " Click the "Little Eye" icon or check "Show password" to show or hide the password.
Link: https://www.php.cn/xiazai/js/5245
3、Password Show-hide plug-in jquery.toggle-password
This is a plug-in that uses jquery to achieve password hiding and display effects. The user checks/cancels "Show Password" can show or hide the password, and there are also "Remember Password" and "Forgot Password" style effects.
Link: https://www.php.cn/xiazai/js/5244
4、Input Box password show/hide
This is a very simple and practical password show/hide plug-in. Click the "little eye" icon to display or Hide the entered password.
Link: https://www.php.cn/xiazai/js/5240
5、Display Automatically hide after the current password is entered
This is a jquery plug-in that can display the automatic hiding effect after the current password is entered. When the user is entering the password, the password will be displayed in real time, and the password will be automatically hidden after the password input is completed. If you want to display the complete password, click "Show Password".
Link: https://www.php.cn/xiazai/js/5235
Related recommendations:
1.10 web search box styles worth collecting (with code download)
3.10 practical star rating component recommendations (with source code download)
4.Five practical password strengths Detection style recommendation (with source code download)
For more other special effects codes, please pay attention to the JS Special Effects channel on the php Chinese website. All resources are free!