1.html文件

<td>
   <input class="easyui-textbox" data-options="required:true" >
      <span >0</span>位 </span>
   </input> </td>

 

2.js文件

var clientValue = $('#clientPhone').next().children().val();
    $('#txtNum').text(clientValue.length);

 

相关文章:

  • 2022-12-23
  • 2021-12-04
  • 2021-11-29
  • 2021-07-11
  • 2021-11-29
猜你喜欢
  • 2021-11-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案