Posts by Rafanoli • 11 points
2 posts
-
0
votes2
answers58
viewsA: Validate any input at the same time
If you just want to reset your input numbers, change its type. <input type="number" name="cpf"> This way your input can only receive numbers.
javascriptanswered Rafanoli 11 -
1
votes3
answers152
views