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

用正则将空格给去掉

时间:2014-07-29 16:41:41      阅读:127      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   div   line   type   log   text   

<input type="text" id="CrmID" name="CrmID" onkeyup="this.value=this.value.replace(/\D/g,‘‘)"
                      onafterpaste="this.value=this.value.replace(/\D/g,‘‘)" 
                      maxlength="12" value="<%:Model.CrmID %>"
                      class="text-box single-line"
                      style="width:108px;" />

 

用正则将空格给去掉,布布扣,bubuko.com

用正则将空格给去掉

标签:style   blog   color   div   line   type   log   text   

原文地址:http://www.cnblogs.com/honghong75042/p/3875365.html

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