摘要: 为窗口添加滚动条事件其实非常的简单, window.onscroll=function(){}; 注意在获取滚动条距离的时候 谷歌不识别document.documentElement.scrollTop,必须要加上document.body.scrollTop;即 var scrolltop=document.documentElement.scrollTop||document.body.s... 阅读全文
posted @ 2017-05-11 15:55 黄鹂 阅读(13621) 评论(0) 推荐(1) 编辑
摘要: js-window对象的方法和属性资料 hxpd 发表于 2007-05-08 21:58:18 熟练window对象的open、close、alert、confirm、prompt、setTimeout、clearTimeout、 setInterval、clearInterval、moveBy、 阅读全文
posted @ 2017-05-11 15:53 黄鹂 阅读(285) 评论(0) 推荐(0) 编辑