页面控制键盘输入正整数_.NET_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > .NET > 页面控制键盘输入正整数

页面控制键盘输入正整数

 2013/8/5 19:08:23  hellocjr  博客园  我要评论(0)
  • 摘要:<inputtype="text"onkeyup="this.value=this.value.replace(/[^\d]/g,'')"onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))"/>
  • 标签:
<input type="text" onkeyup="this.value=this.value.replace(/[^\d]/g,'')"
                        onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d]/g,''))" />

 

  • 相关文章
发表评论
用户名: 匿名