<a href="baidu.com" onclick="event.returnValue=false;">百度</a> a链接的只读 <select name="pid" class='pp' disabled> 下拉框的只读 <option value="{$list_info.id}">{$list_info.satisfied_name}</option> </select> <input type="radio" value='1' checked='checked' disabled='disabled'/>按钮的只读 <textarea name="input_content_add_infos" class='input_content_add' style='resize: none;' readonly></textarea>禁止拖拽和只读 checkbox没有readOnly属性,如果使用disabled=“disabled”属性的话,会让checkbox变成灰色的,用户很反感这种样式可以这样让它保持只读: 设置它的onclick="return false"
相关文章
- 11-16html中部分常用的实体符号集
- 11-16两种清除html中标签的方法
- 11-16织梦dedecms当前位置标签代码的5种写法
- 11-16React index.html引入script时 src中的斜杠都变成了空格,并且还多出了script标签 导致无法加载
- 11-16html常用标签详解5-表格标签
- 11-16html input 标签 的text和button类型 readonly和disabled属性
- 11-16使用HTML中的canvas标签通过js操作制作一个小型英雄抓怪兽的2D小游戏
- 11-16我们遗忘的一些极富于语义的HTML标签
- 11-16让a标签(超链接)失效的CSS写法
- 11-16web前端入门到实战:几种HTML标签伪元素绑定事件的方式