Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toddmotto/psswrd
Show/hide toggling for password inputs.
https://github.com/toddmotto/psswrd
Last synced: 11 days ago
JSON representation
Show/hide toggling for password inputs.
- Host: GitHub
- URL: https://github.com/toddmotto/psswrd
- Owner: toddmotto
- Created: 2013-07-20T11:11:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-20T16:16:04.000Z (over 11 years ago)
- Last Synced: 2024-10-11T08:10:37.567Z (29 days ago)
- Language: JavaScript
- Size: 68.4 KB
- Stars: 21
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Psswrd [![Build Status](https://travis-ci.org/toddmotto/psswrd.png)](https://travis-ci.org/toddmotto/psswrd)
Show/hide toggling for password inputs. Psswrd is a super simple JavaScript drop in that allows the user to toggle their password before submitting the form. This saves the user typing in their password a second time which aims to enhance the experience. Psswrd is 1KB minified and an [Immediate-Invoked-Data-Expression](http://toddmotto.com/iide-immediate-invoked-data-expressions-data-init-and-using-html5-to-call-your-javascript/jquery/) (IIDE).
## Demo
Check out a [demo of Psswrd](http://toddmotto.com/labs/psswrd).## Installing with Bower
To install Psswrd into your project using Bower, use the GitHub repository hook:```
bower install https://github.com/toddmotto/psswrd.git
```## Manual installation
Drop your files into your required folders, make sure you're using the file(s) from the `dist` folder, which is the compiled production-ready code. Ensure you place the script before the closing `