标签:box name input attr readonly ado type 设置 easyui
<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" />
标签:box name input attr readonly ado type 设置 easyui
原文地址:http://www.cnblogs.com/liuqiyun/p/6530640.html