danpalmer / jquery.complexify.js

Complexify helps you to accurately gauge the quality of a user's password to give them visual feedback, and to enforce a minimum level of security.
http://danpalmer.me/jquery-complexify
653 stars 189 forks source link

After reload #10

Closed seppludger closed 11 years ago

seppludger commented 12 years ago

When (due to form validation) the form is reloaded, the password strenght indicator won't work, unless you start typing again. I guess it would be better to start complexifying when you focus on the password field... Something like:

$(this).bind('keyup focus', function () {