JSFiddle - React, Tailwind, and code Playground

by janjarfalk

HTML

<script src="http://showpassword.googlecode.com/svn/trunk/jquery.showpassword.js"></script>
<input id="foo" type="password" />
<input id="bar" type="checkbox" />

JavaScript

$(document).bind('ready', function() {
    $('#foo').showPassword('#bar');
});