摘要:
document.html=>document.documentElement function scroll() { if(window.pageYOffset != null) // ie9+ 和其他浏览器 { return { left: window.pageXOffset, top: wi 阅读全文
posted @ 2017-09-07 16:29
qiqi105
阅读(221)
评论(0)
推荐(0)
摘要:
//理解各种方法和属性typeof、instanceof、constructor、prototype、__proto__、isPrototypeOf、hasOwnProperty、 //1、typeof方法 获取变量的类型,返回:number, string, undefined, object, 阅读全文
posted @ 2017-09-07 11:55
qiqi105
阅读(112)
评论(0)
推荐(0)
摘要:
1.1 client 家族 client 可视区域 offsetWidth: width + padding + border (披着羊皮的狼) clientWidth: width + padding 不包含border scrollWidth: 大小是内容的大小 1.1.1 检测屏幕宽度(可视区 阅读全文
posted @ 2017-09-07 08:36
qiqi105
阅读(96)
评论(0)
推荐(0)
浙公网安备 33010602011771号