Posts by Rafael da Rocha • 29 points
1 post
-
2
votes5
answers14927
viewsA: How to not allow a character to be typed in the textbox, with Javascript/jQuery?
A very simple way would be to simply disable input using the disabled property ( <input name="" value="" disabled /> ). This way you can manipulate the value of this field and does not allow…