Fork me on GitHub
摘要: 文本框只读属性:readonly="true" 下拉框只读属性: disabled="disabled" 单选框只读属性: $("#<%=txtIsReply.ClientID%>").click(function () { return false; }) 阅读全文
posted @ 2016-07-08 08:44 Mask1 阅读(4402) 评论(0) 推荐(0) 编辑