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

input text 文本框 字符限制

时间:2014-10-24 18:26:10      阅读:152      评论:0      收藏:0      [点我收藏+]

标签:io   sp   on   cti   as   type   text   class   ca   

input text中只能输入数字和"-"号
<input type=‘text‘ onkeyup="(this.v=function(){this.value=this.value.replace(/[^0-9-]+/,‘‘);}).call(this)" onblur="this.v();" />

input text 文本框 字符限制

标签:io   sp   on   cti   as   type   text   class   ca   

原文地址:http://www.cnblogs.com/RedRoshan/p/4048900.html

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