在滚动之后,元素变得可见时,是否可以触发事件?我几乎肯定我以前看过这个效果,但不知道如何实现它。
谢谢!
例如:
$('.entry').waypoint(function() { alert('The element has appeared on the screen.'); });
the site of the plugin有一些例子。