随笔分类 - html
about html more
摘要:一、html 1. HTML 属性顺序 class id,name data-* src, for, type, href, value title, alt role, aria-* 2.减少标签的数量 3.属性统一为双引号 <div class="class" onclick="$(this).
阅读全文
摘要:一、禁用表单元素 1.dom设置属性 2.css样式(高版本浏览器) pointer-events:none 二、禁止选中 .disabled{ -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-s
阅读全文