powerange
powerange copied to clipboard
iOS 7 style range slider
It would be cool if there is a method that sets the slider value. For example clicking a button sets the slider to a specific value.
The slider does not "slide" when Im on some mobile devices, e.g: Samsung Galaxy S4 mini does not works but it works on an android tablet must of the time....
I am trying to get the value of any of the sliders that change. I am using the following code: `$('.js-hiderange').each(function() { $(this).on('change',function (ev) { alert($(this).value); }); });` But I...
Hi everyone! When I tried to use the library, I got this error: `Uncaught TypeError: Cannot read property 'offsetWidth' of undefined` ` at new Horizontal (powerange.js:1602)` ` at new module.exports...
Powerange is a wonderful plugin, I used it in my project before. But now we're migrating to React (i'm new to it), is there anyway to use Powerange in React?...
Fixes #11 and #7
Safari 9.0.3 (11601.4.4) on El Capitan 10.11.3 (15D21). It doesn't matter what value you pass, if you set the option to any value when the range is created, it will...
- changed input type requirement from text to text or number (html5 input type) this doesn't change any behavior but it allows libraries such as angularjs to use the correct...
Hi, i just downloaded the powerange plugin but i need more than one callback sliders on the same page. How can i achieve that?