jQuery NiceScroll,当div击中底部时滚动页面

时间:2015-08-10 12:54:50

标签: javascript jquery html css nicescroll

我使用nicescroll,它有效且非常有趣。我使用它的方式是在div上,如下所示:

enter image description here

很棒,但是,如果可滚动区域(div)到达底部,我希望能够滚动整个页面。

以下是我用来初始化NiceScroll的函数:

$(function () {
    $(".log").niceScroll({
        cursorcolor:"rgba(64, 58, 65, 0.50)",
        cursorborder: "1px solid rgba(64, 58, 65, 0.49)",
        cursorborderradius: "0",
        preservenativescrolling: "false",
        bouncescroll: false
    });
});

0 个答案:

没有答案