Posts by Evandro Uzeda • 41 points
1 post
-
4
votes3
answers22536
viewsA: How to make a Mask in pure Javascript?
The code is very simple and does not need any library, and shows the result while the user is typing. I did using as example the CPF. document.addEventListener('keydown', function(event) { //pega o…