[jQuery] Preview: Password validation and strength meter

[jQuery] Preview: Password validation and strength meter

Hi jQueryans,
I'd like to share a preview of a validation extension for validating
passwords, combined with a password strength meter. Preview means the
API is subject to change, code may be more buggy than usual, etc. pp.
Code is here: http://dev.jquery.com/view/trunk/plugins/validate.password/
A demo here: http://dev.jquery.com/view/trunk/plugins/validate.password/demo/
To get an idea how passwords are rated, check out the tests:
http://dev.jquery.com/view/trunk/plugins/validate.password/test/rating.js
To use, include the jquery.validate.password files (js and css) and
put the strength meter markup somewhere in your form (see demo
markup). Add a rule "password" to your password field (removed
required rule if present).
Looking forward to your feedback!
Jörn