【jQuery】用jQuery给文本框添加只读属性【readOnly】
摘要:
jQuery($("#ID").attr({ readonly: 'true' });//添加readonly属性 $("#id").attr("readonly":"readonly"); $("#id").removeAttr("readonly"); //去除readonly属性 ); 阅读全文
posted @ 2015-09-10 14:51 云的旋律 阅读(2567) 评论(0) 推荐(0) 编辑