顶部距离

可以快速上手的开发文档

#顶部距离
顶部距离

jquery判断滚动条距离顶部的距离方法

实例如下://滑动滚动条$(window).scroll(function(){//滚动条距离顶部的距离大于200px时if($(window).s..