摘要: 查看了博文http://www.cnblogs.com/fullhouse/archive/2012/01/16/2324131.html 然后自己写一下加深印象。 clientHeight:可见高度。 clientWidth:可见宽度。 clientTop:对象border-top. client 阅读全文
posted @ 2017-02-28 11:24 Mr...L 阅读(180) 评论(0) 推荐(0)
摘要: 1.滚动加载事件。 设置加载:$(window) scroll(function(){...}); 阻止加载:$(window).unbind(function(){...}); 2.javascript原生阻止滚动条滚动。 document.body(documentElement).onmous 阅读全文
posted @ 2017-02-28 10:15 Mr...L 阅读(822) 评论(0) 推荐(0)