<script>
$(function () {
$("#txt_beginAmount").attr('readonly', true);
$("#txt_beginAmount").attr('readonly', false);
})
</script>
<input type="text" class="txt02 easyui-textbox" name="txt_beginAmount" />

相关文章:

  • 2022-01-21
  • 2022-12-23
  • 2021-12-14
  • 2022-12-23
  • 2021-04-24
  • 2022-12-23
  • 2021-06-16
猜你喜欢
  • 2021-12-24
  • 2021-09-23
  • 2021-10-17
  • 2021-10-08
  • 2022-12-23
  • 2021-10-01
相关资源
相似解决方案