diff --git a/js/libs/jquery.showpassword.js b/js/libs/jquery.showpassword.js index 0f46783..d175134 100644 --- a/js/libs/jquery.showpassword.js +++ b/js/libs/jquery.showpassword.js @@ -97,6 +97,10 @@ }); + $clone.bind('change', function() { + update( $clone , $input) + }); + // Added for JQuery Validation compatibility // This will trigger validation if it's ON for blur event $clone.bind('blur', function() { $input.trigger('focusout'); });