Posts by NATHAN SALARRAH • 1 point
1 post
-
-6
votes9
answers34793
viewsA: Input type="password" with password display eye
var senha = $('#senha'); var olho= $("#olho"); olho.mousedown(function() { senha.attr("type", "text"); }); olho.mouseup(function() { …