Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 `