jQuery Plugin For Windows 8 Password Reveal Feature - Sauron

File Size: 7.97KB
Views Total: 1244
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
jQuery Plugin For Windows 8 Password Reveal Feature - Sauron

Sauron is a simple jQuery plugin inspired by windows 8 password reveal options that adds a password reveal button to existing password input field. You can reveal your typed password on demand while you click the button.

See also:

How to use it:

1. Load the latest jQuery library and jQuery Sauron plugin on the web page

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.sauron.js"></script>

2. Create a password input field

<input class="demo" type="password">

3. Call the plugin

<script type="text/javascript">
$(".demo").sauron();
</script>

This awesome jQuery plugin is developed by madhead. For more Advanced Usages, please check the demo page or visit the official website.