码迷,mamicode.com
首页 > 其他好文 > 详细

限制<input />只能录入阿拉伯数字

时间:2014-09-26 11:36:09      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:style   sp   on   c   ef   r   size   bs   type   

<input id="item" style="IME-MODE: disabled; WIDTH: 15px; HEIGHT: 10px"  onkeyup="this.value=this.value.replace(/\D/g,‘‘)" onafterpaste="this.value=this.value.replace(/\D/g,‘‘)" maxlength="5" size="14" name="amount" type="text"  value="" />

限制<input />只能录入阿拉伯数字

标签:style   sp   on   c   ef   r   size   bs   type   

原文地址:http://my.oschina.net/bloghu/blog/318758

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!