标签: jquery jquery-waypoints
我正在尝试获取类型的索引(在这里:h2)。但是当我滚动时,它始终为0。
$("h2").waypoint(function(e) { alert($(this.element).index()); })