摘要:1. CSS 重置 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del,
阅读全文
06 2016 档案
摘要:E1>E2选择父元素为E元素的所有E2元素(子类选择器) E1+E2选择元素为E1之后的所有E2元素(兄弟选择器) E[attr]只使用属性名,但没有确定任何属性值 E[attr="value"]指定属性名,并指定了该属性的属性值 E[attr~="value"]指定属性名,并且具有属性值,此属性值
阅读全文
摘要:1、运动封装:doMove ( obj, attr, dir, target, endFn ) 加入回调、&&、||用法注释 <script> var oBtn1 = document.getElementById('btn1'); var oDiv = document.getElementByI
阅读全文