Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有任何 javascript/jquery 可用于获取溢出滚动 div 的垂直滚动条的位置以固定位置?
尝试使用 jquery 方法 scrollTop():
$("#id1").scrollTop();
它返回滚动条滚轮的位置。
您还可以获得滚动条的高度:
$("#id1").scrollHeight;