ShowHide-Password-jQuery
Show and hide password is a jQuery plugin. It is a responsive version and allows user to see password by clicking the checkbox.
#Demo A demo can be found at 'index.html' in this repository.
#Features
- Show or hide password
- Lightweight
- Support Browser: IE11, Firefox, Safari, Chrome
#Setup
#Include the stylesheet in the head section of your webpage
#Include the script at the bottom of the body of your webpage <script type="text/javascript" src="js/jquery-2.1.4.js"></script> <script type="text/javascript" src="js/scripts.js"></script>
#Following is an example section that you could apply this plugin: