0
我無法讓Waypoints與我的選項卡式邊欄一起工作。當#four元素的底部在視圖中時,.active類應爲#details元素激活,但由於某種原因它不會。我的代碼看起來像這樣航點和切換類
$('#four').waypoint(function() {
$('#details').toggleClass('active');
}, {
offset: 'bottom-in-view'
});
實例與問題:http://codepen.io/bbbenji/pen/Nqrwqv (航點和字體,真棒都堪稱設置。)