Giter Club home page Giter Club logo

Comments (9)

mkwsra avatar mkwsra commented on August 15, 2024 2

And he changed something did you check it out?
https://github.com/borayeris/jscroll/commit/712070f875f52e0ef8f570b18ee1b01cd3ed457c

from jscroll.

elouet avatar elouet commented on August 15, 2024

I have the same issue, I don't think the plug-in sustains this type of usage (unless it's my mistake). It would be nice to have several parallel incrementing columns on a single page.

from jscroll.

pklauzinski avatar pklauzinski commented on August 15, 2024

You certainly can. You may create as many jScroll instances on a page as you wish, each with its own set of options.

As shown on the official website, http://jscroll.com, there are three examples on the same page.

            $('[data-ui="jscroll-default"]').jscroll({
               debug: true
            });

            $('[data-ui="jscroll-example2"]').jscroll({
                autoTrigger: false,
                debug: true
            });

            $('[data-ui="jscroll-example3"]').jscroll({
                autoTriggerUntil: 3,
                debug: true
            });

from jscroll.

borayeris avatar borayeris commented on August 15, 2024

Not working.

from jscroll.

pklauzinski avatar pklauzinski commented on August 15, 2024

@borayeris - that doesn't help me resolve your problem. Please point me to an example of your code, or place one up on http://codepen.io/. Thanks.

from jscroll.

borayeris avatar borayeris commented on August 15, 2024

I forked your code. You will understand.

from jscroll.

mkwsra avatar mkwsra commented on August 15, 2024

@borayeris You've to calm down buddy πŸ˜„
And @pklauzinski Can you show me how to solve such thing?

from jscroll.

lucia33 avatar lucia33 commented on August 15, 2024

for my case, it doesn't work if the same default setting is expected, say I want all elements work on scroll (default)

from jscroll.

Enalmada avatar Enalmada commented on August 15, 2024

If you got here from google search and are having trouble getting two jscroll at the same time, the pull request #119 above is probably the solution...it worked for me.

from jscroll.

Related Issues (20)

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.