Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/benjamincharity/password-strength-plugin
- Owner: benjamincharity
- Created: 2012-06-12T17:13:43.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-12T18:27:39.000Z (over 12 years ago)
- Last Synced: 2024-04-15T09:19:23.662Z (7 months ago)
- Language: JavaScript
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.mdown
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.**