Skip to content

papayaah/jquery-ipass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jQuery iPass

Originally written by Oliver Storm, Stefan Huissel( http://www.mysrc.de ) to provide iPhone like password input.

Improved on it a little bit by adding a few options:

  • color, fontStyle : set the hint’s text to this color and style
  • retain : whether to clear the field on focus or on keydown

Screenshot of the demo

To use:

<script type="text/javascript" src="jquery.ipass-1.1.js"></script>

And execute the code:

    $("div#demo1 input[name='password']").iPass();

The following are the possible options:

  • color, fontStyle – set the hint’s text to this color and style
  • retain : whether to clear the field on focus or on keydown

Eg,

    $("div#demo1 input[name='password']").iPass({ retain : false, color : "blue"});

About

Originally written by Oliver Storm, Stefan Huissel( http://www.mysrc.de ) to provide iPhone like password input.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published