Passeye - A Password Reveal Toggle
November 13, 2013
Passeye is a jQuery Plugin that converts regular password input fields into an input with one-click quick password reveal toggle for usability while keying in passwords.
Overview
Passeye is a small jQuery Plugin (less than a Kilobyte!) to show password reveal button beside password fields in your forms. It is inspired by Windows 8 password field where user gets small “Eye” icon beside password text-box to reveal password with a single click.
It is AMD-ready plugin, and hence can be loaded as a module into your webapp via CommonJS-complaint module loader.
Once included in a page, it provides a single method called passeye()
which you can call on selected Password input
to add quick password-reveal toggle button next to it.