easyui-textbox 只读设置取消
Posted 刘奇云
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了easyui-textbox 只读设置取消相关的知识,希望对你有一定的参考价值。
<script>
$(function () {
$("#txt_beginAmount").attr(‘readonly‘, true);
$("#txt_beginAmount").attr(‘readonly‘, false);
})
</script>
<input type="text" class="txt02 easyui-textbox" name="txt_beginAmount" id="txt_beginAmount" data-options="required:true,width:160" />
以上是关于easyui-textbox 只读设置取消的主要内容,如果未能解决你的问题,请参考以下文章