输入框数字校验
$("#reg_num").textbox('textbox').bind('keyup', function(e){
$("#reg_num").textbox('setValue', $(this).val().replace(/\D/g,''));
});
 
 
<th width="15%">商标号</th><td width="30%">
<input name="reg_num" class="easyui-textbox" /> </td>
</tr>

相关文章:

  • 2021-11-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-19
  • 2022-02-25
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案