Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamPerson authored Feb 8, 2020
1 parent a15c3f9 commit caaaeb9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,8 @@

<a href="https://github.com/YeloPartyHat/Password-Hover-JS/edit/master/passwordHover.js" download>Password Hover.js </a><- Right click <strong>"Save link as..."</strong>

<p>Not Hovering:</p>
<img src="https://raw.githubusercontent.com/YeloPartyHat/Password-Hover-JS/master/exampleImages/notHovering.PNG" alt="Password input field">

<p>Hovering:</p>
<img src="https://raw.githubusercontent.com/YeloPartyHat/Password-Hover-JS/master/exampleImages/hovering.PNG" alt="Hovering on password input field">

Just add the class ```showPasswordOnHover``` to your password inputs to add functionality. Load in after jQuery.

<hr>
Just add the class ```showPasswordOnHover``` to your password inputs to add functionality. Load in after jQuery.

Load in example:
```
Expand All @@ -22,6 +15,13 @@ Load in example:
Example use:
```<input type="password" class="showPasswordOnHover">```

<hr>

<p>Not Hovering:</p>
<img src="https://raw.githubusercontent.com/YeloPartyHat/Password-Hover-JS/master/exampleImages/notHovering.PNG" alt="Password input field">

<p>Hovering:</p>
<img src="https://raw.githubusercontent.com/YeloPartyHat/Password-Hover-JS/master/exampleImages/hovering.PNG" alt="Hovering on password input field">

<hr>

Expand Down

0 comments on commit caaaeb9

Please sign in to comment.