Git Product home page Git Product logo

limitslider's People

Contributors

0student avatar jonnsn avatar vanderlee avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

limitslider's Issues

Can't get slider to work

Hello, I have the JQuery UI Slider Widget, and I had another slider library that was also based on the JQuery Slider work, but I cannot get your slider to work. Any suggestions? I have styled the slider divs appropriately.

The slider shows up in my browser, but does not slide.

Need information

Hello,

I want to incorporate this slider in our product and was looking for some information on how much is this being used?

  • Number of usages of this slider component. I need to know this as I am evaluating multiple options and looking for supportability on it once I use it.
  • If there are any issues, would you be resolving them?
  • Which is the latest release?
  • What is the licensing requirement?

Thank you for your time.

Fatema

Error when trying to get values

I have one of the examples sliders:

$('.example-gaps').limitslider({
            values:     arrayValues,
            gap:        25,
            min:       700,
            max:      2000,
            step:       25,
            label:      true,
            title:      false,
            showRanges: true,
            ranges:     [false, true, false, true]
        });

An then, when I click a button I want to know the values, so I call:

$("button#buttonGetValues").on('click', function() {
        var values = $(".example-gaps").slider("values");

        console.log(values);
    });

But this throwns:

Uncaught Error: cannot call methods on slider prior to initialization; attempted to call method 'values'

I am using jquery mobile too, maybe this is generating some incompatibilities?

Support multiple titles for multiple selectors

Hello,

I am working on a project where the customer has a requirement that the mouseovers are different between the two range sliders that are added to the limitslider. As it stands, the code only allows for one mouseover title. I tried making a function to figure out the value (values[0] or values[1]) however this isn't easily accessible from the title callback function. I'll be glad to provide more information if you would like.

Thanks,
Tim

Multiple sliders in same page cause errors getting the values.

I have multiple sliders in the same page, with different Id each one.
But when I get the values for each slider I get the values for the last slider modified.

How I get the values:

var values =[];
for (var i = 0; i < sliders.length; i++) {
      var val = sliders[i].limitslider("values");
      values.push(val);
}

Doesn't slide on Touch devices

Hello,

I've just discovered your slider extension and think it's great. I tried a demo page on my computer which worked as expected. But on a touch device (Galaxy Note 2), I cannot get the slide event to fire.

I am using 'jQuery UI Touch Punch' which works fine at detecting touch events on the regular jquery slider but for some reason it does not work with your extension.

Would you happen to know why?

Thanks,
Alex

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.