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

只输入数字

时间:2017-11-02 19:04:26      阅读:128      评论:0      收藏:0      [点我收藏+]

标签:put   attr   onkeyup   query   char   doc   utf-8   tar   nbsp   

  1. <!DOCTYPE html>  
  2. <html>  
  3. <head>  
  4.     <meta charset="UTF-8">  
  5.     <title></title>  
  6.     <script src="jquery.min.js"></script>  
  7. </head>  
  8. <body>  
  9.      <div id="effect">  
  10.      <tr>  
  11.         <td>  
  12.             输入:<input name="test" value="asdf" onkeyup="value=value.replace(/[^\d]/g,‘‘)"></input>  
  13.         </td>  
  14.      </tr>  
  15.           
  16.      </div>  
  17. </body>  
  18. </html

只输入数字

标签:put   attr   onkeyup   query   char   doc   utf-8   tar   nbsp   

原文地址:http://www.cnblogs.com/tangqi9602/p/7773677.html

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