Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/benjamincharity/password-strength-plugin

A revised version of an existing password strength plugin for jQuery.
https://github.com/benjamincharity/password-strength-plugin

Last synced: 11 days ago
JSON representation

A revised version of an existing password strength plugin for jQuery.

Awesome Lists containing this project

README

        

# Password Strength Plugin

Based off of Darren Mason's ([email protected]) password_strength_plugin.js which was based off of Firas Kassem's original plugin [Password Strength](http://phiras.wordpress.com/2007/04/08/password-strength-meter-a-jquery-plugin/).

My tweaks check to see if the password strength element exists already. If it does, the value is updated without re-injecting the html (this allows for smooth transitions). If the element does not exist, then it is injected with the appropriate values.

**Better docs coming soon.**