Best way to restrict a text field to numbers only?

前端 未结 29 1651
长情又很酷
长情又很酷 2020-12-04 22:01

I\'m using the following Javascript to restrict a text field on my website to only accept numerical input, and no other letters or characters. The problem is, it REALLY reje

29条回答
  •  眼角桃花
    2020-12-04 22:39

    The following code is something I use extensively. I found the script in a forum, but modified and expanded it to accommodate my needs:

    
    

    Different usage methods would be:

    
    
    
    
    
    
    
    
    
    
    

提交回复
热议问题