Html文件:

 <input  
                        class="easyui-numberbox"  data-options="required:true,validType:'number',validType:'length[1,5]',min:0,precision:0" ></input><br/>

 

 

 

JS文件:

//聚焦输入框           
$('#auctionBrandNoGetByHand').numberbox().next('span').find('input').focus();

 

相关文章:

  • 2022-12-23
  • 2021-07-21
  • 2022-12-23
  • 2021-12-20
  • 2021-07-03
  • 2021-04-01
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-03-06
  • 2021-06-24
  • 2021-10-22
  • 2022-01-15
  • 2022-12-23
  • 2021-12-19
  • 2022-12-23
相关资源
相似解决方案