Return to Snippet

Revision: 35519
at November 9, 2010 23:14 by webstylr


Initial Code
<input type="text" onkeyup="this.value = this.value.replace (/\D+/, '')" name="quantity" value="1" >

Initial URL


Initial Description
useful if you only want digits as input

Initial Title
No letters - only digits as input

Initial Tags
replace

Initial Language
JavaScript