.hideShowPassword({// Visibility of the password text. Can be true, false, 'toggle'// or 'infer'. If 'toggle', it will be the opposite of whatever// it currently is. If 'infer', it will be based on the input// type (false if 'password', otherwise true).show:'infer',// Set...
props: { autocapitalize: 'off', autocomplete: 'off', autocorrect: 'off', spellcheck: 'false' }, // Options specific to the inner toggle. toggle: { // The element to create. element: '', // Class name of element. className: 'hideShowPassword-toggle', // Whether or not to support...
The CSS #password-clear { display: none; } The jQuery This would go in the$(document).ready initialization section, or in a function called from there: $('#password-clear').show(); $('#password-password').hide(); $('#password-clear').focus(function() { $('...
Copy Old Password New Password