Smooth Div Scroll以确定活动元素并添加活动类

时间:2014-03-20 14:17:24

标签: jquery scroll smooth-scrolling

请告诉我。当您将鼠标悬停在箭头上时,如何跟踪我们滚动滑块的块。一旦我们dokrutili到某个幻灯片,添加它和链接活动类?

虽然仅在帮助scrollerOffset时发生,但事件立即触发。我希望所有相同的特定ID ..

插件:http://smoothdivscroll.com/

jsfiddle:http://jsfiddle.net/xmocartx/F5dRj/15/

    $(document).ready(function () {
$("div#catalog_gallary").smoothDivScroll({
    autoScrollingMode: "",
    touchScrolling: true,
    mouseOverRightHotSpot: function(eventObj, data) {
        var scrollerOffset=$("#catalog_gallary").smoothDivScroll("getScrollerOffset");
        if(scrollerOffset>1000)
            $('body > ul > li:nth-child(2)').addClass('active');
    }
});
});

0 个答案:

没有答案