Posts by user49744 • 63 points
2 posts
-
2
votes2
answers9850
viewsQ: How to input accepting only letters?
I am making a form and the user has to type only letters in the field of his name, I want to block for him to type some other type of character ah not be the letters, how do I do? I am programming…
-
4
votes1
answer1745
viewsQ: Take the name and date value (using datepicker), and then calculate using only (JQUERY),
$(function () { $("#datepicker").datepicker({ }); }); <body> <form id="formu"> Nome: <input type="text" id="name"><br> Data de nascimento: <input type="text"…