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.
我有以下结构:
<div id="wrapper"> <div id="inner"> some stuff </div> </div
包装器有overflow-y:scroll一个固定的高度,等于window.height()。
overflow-y:scroll
window.height()
我想触发一个scrolltop用于内部元素的动作,例如,在内部元素滚动 20 像素之后,但scrolltop由于溢出的元素似乎不起作用。关于如何实现这一目标的任何想法?
scrolltop
这是一个小提琴:http: //jsfiddle.net/aQAvE/
if ( $(this).scrollTop() == "50" )
在此处更改号码以满足您的需求