nakedPassword v0.1.0

Visualize password strength with a stripping man or women.



Details

Author
Kovács Olivér
Current version
v0.1.0
GitHub
Zmetser/nakedPassword
Downloads
6732
Category
Forms
Tags
Report
GitHub Issues

Releases


Dependencies

  • _self_/_current_:
    • Core/Class.Extras
    • Core/Element.Event
    • Core/Element.Style
    • Core/Element.Dimensions
    • Core/Fx.Tween
    • More/Element.Position
    • More/Element.Measure
    • More/Assets

How to use

All you need to do is to attach nakedPassword() to a password filed.

javascript $$("input[type=password]").nakedPassword();

It can handle single, or a collection of elements.


Options

path : String <= "images/"

Path to the images.

sex : String <= "female"

Change image gender.

An image with this name should exists under the path.

resize : Boolean <= true

Resize the image to the height of the input field.

imgClass : String <= "nakedPasswdImage"

Class on the image.

imgSize : Object <= {width: 30, height: 28}

Size of an image on the sprite.


Original Idea

Original idea and Jquery plugin by Platform45


Discuss

A note on comments here: These comments are moderated. No comments will show up until they are approved. Comments that are not productive (i.e. inflammatory, rude, etc) will not be approved.

Found a bug in this plugin? Please report it this repository's Github Issues.

blog comments powered by Disqus