4
3
发布于 IP属地香港

JS判断是否有滚动条

function hasScrolled(el, direction = "vertical") {
    if(direction === "vertical") {
        return el.scrollHeight > el.clientHeight;
    } else if(direction === "horizontal") {
        return el.scrollWidth > el.clientWidth;
    }
}

在线Demo:http://codepen.io/willshawzq/pen/PPVdNX

浏览 (1221)
点赞 (4)
收藏
评论 3
derekerrrrrr
321321
点赞
评论
derekerrrrrr
123
点赞
评论
231
点赞
评论
321321312
231
点赞
评论
qbmiller
IP属地北京
有没交流群啊。 后端还能勉强看看,前端直接绕晕我了...
点赞1
评论
2121
点赞
评论