jQuery Scrollify页脚滚动锁定

时间:2017-02-28 06:34:29

标签: jquery jquery-scrollify

我集成了scrollify插件。每当我点击没有数据的提交按钮时,就会出错。但是这个错误对我来说是不可见的。滚动锁定滚动条。我怎么能看到这个错误。

下面是截图。

This is the footer with validation. Validation error is below submit button, could not see.

This is i have to achieve.

jQuery(function($) {
    $(function() {
        $.scrollify({
            section:".panel1",
            scrollSpeed:1100,
            overflowScroll: false,
            scrollbars: true,
            touchScroll:false,
            interstitialSection:"#colophon",
            after:function(i) {
            }
        });
    });
});

1 个答案:

答案 0 :(得分:0)

在提交表单后,您需要致电$.scrollify.update()