随笔分类 - js学习笔记
js事件监听/鼠标滚轮/行为/冒泡/键盘的兼容性写法
摘要:addEvent:function(el,type,fn,capture) { if (window.addEventListener) { if (type === "mousewheel" && document.mozHidden !== undefined) { type = "DOMMouseScroll"; } ...
阅读全文
详解clientHeight、offsetHeight、scrollHeight
摘要:关于clientHeight、offsetHeight、scrollHeight window.screen.availWidth 返回当前屏幕宽度(空白空间) window.screen.availHeight 返回当前屏幕高度(空白空间) window.screen.width 返回当前屏幕宽度
阅读全文
浙公网安备 33010602011771号