/ Published in: JavaScript
useful if you only want digits as input
Expand |
Embed | Plain Text
<input type="text" onkeyup="this.value = this.value.replace (/\D+/, '')" name="quantity" value="1" >
You need to login to post a comment.
