如何知道多少我的滚动移动使用纯Js或jquery

How to know how much my scroller moved using pure Js or jquery?

本文关键字:Js jquery 移动 何知道 多少 我的 滚动      更新时间:2023-09-26

我在我的网页上有一个<div id="slide"></div>,它有一个水平滚动条在它下面(它也包含一个滑动条)。

所以我想知道(in px)水平滚动条在滑动块滚动时移动了多少

我得到答案了

jQuery('#slide').scrollLeft();