输入框只能输入数字

输入框只能输入数字:

代码如下:

 <input id="amount" onkeyup="this.value=this.value.replace(/\D/g,'')"  onafterpaste="this.value=this.value.replace(/\D/g,'')" type="text" />

posted @ 2012-03-30 19:29  WebApi  阅读(205)  评论(0编辑  收藏  举报
CopyRight © 博客园 WebAPI