GithubHelp home page GithubHelp logo

Comments (2)

zdying avatar zdying commented on August 15, 2024

@BelinChung
谢谢对该插件的支持,时间精力有限,没来得及维护文档,带来的不便敬请谅解。

对于该问题,可以试试类似如下的代码:

    $('#test').jscrollbar({
            //.....
    });
    var jsb = $('#test').jscrollbar('getObject');

    $xxx.click(function(){
        jsb.scrollBy('x',50); //水平滚动
        //或者
        $('#test').jscrollbar('scrollBy','x',50);
    }

from jquery.jscrollbar.

zdying avatar zdying commented on August 15, 2024

暂时没有

------------------ 原始邮件 ------------------
发件人: "BelinChung";
发送时间: 2014年1月18日(星期六) 下午4:00
收件人: "daiying-zhang/jquery.jscrollbar";
抄送: "念在三角湖畔"[email protected];
主题: Re: [jquery.jscrollbar] 关于自定义button触发scrollTo事件 (#1)

感谢你的解答,在你的博客里了解到jscrollbar 适应于并列的DIV,而非单一的image
本人愚昧,不知道有没有demo可以做参考呢?


Reply to this email directly or view it on GitHub.

from jquery.jscrollbar.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.