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