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 只读设置取消的主要内容,如果未能解决你的问题,请参考以下文章

win7:文件夹只读属性无法取消

easyui-textbox 和 easyui-validatebox 设置值和获取值

只读文件夹怎么删除

Java如何设置文件为只读

Salesforce - 将字段设置为只读

Bash 取消声明只读变量(声明 -r var)