在bootstrap模式关闭后nicescroll无法正常工作

时间:2016-01-01 16:15:00

标签: javascript php jquery css twitter-bootstrap

我使用的是nicescroll版本3.6.6和Bootstrap 3.3.6。

  • 当我点击链接时,我必须在url中传递一些参数,根据我必须显示模态,当模态出现时,我的窗口显示常规Bootstrap滚动条。

  • 关闭模态nicescroll后无效。因为页面不滚动。我的nicescroll代码是:

    $('html').niceScroll({
        cursorcolor: "#233243",
        cursorborder: "0px solid #fff",
        railpadding: {
            top: 0,
            right: 0,
            left: 0,
            bottom: 0
        },
        cursorwidth: "5px",
        cursorborderradius: "0px",
        cursoropacitymin: 0,
        cursoropacitymax: 0.7,
        boxzoom: true,
        horizrailenabled: false,
        zindex: 9999,
    
    });
    

我的链接是

 <a href="<?php echo $_SERVER['REQUEST_URI'] ?>&oid=<?php echo $v1['outlet_id'] ?>&offid=<?php echo $v1['offer_id'] ?> " >

感谢。

0 个答案:

没有答案