xPassword is a free and simple tool for creating extented password input boxes.
This plugin allow you see last symbol while entering password. So this feature can make your sign up form more simple. You can delete input box confirm for password, because user can see errors in he password.
Features: Displaying last symbol in password input box For server side scripts this plugin maximum transparent (if enabled formField option) Custom mask symbols Fast and simple installing Supporting all browsers (checked in IE 7+, Chrome, Firefox)
This plugin required jQuery. You can get real value in input box across js such method: $(elem).data('xpass')
Using: Download and install latest version of xPassword Connect plugin after jQuery Join plugin to element, for example - $('#password').xPassword();
Params: formField - If is true, server get real value in input box (this feature can create mistakes in your website). By default "true" maskSymbol - symbol, for hide real words, by default "•"