Skip to content

Free jQuery plugin for creating extended password input boxes

Notifications You must be signed in to change notification settings

nikpl7777/xPassword

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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 "•"

About

Free jQuery plugin for creating extended password input boxes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published