jquery-simple-slider icon indicating copy to clipboard operation
jquery-simple-slider copied to clipboard

Unobtrusive numerical slider plugin for jQuery

Results 71 jquery-simple-slider issues
Sort by recently updated
recently updated
newest added

- fires `slider:drag-started` on mousedown - fires `slider:drag-ended` on mouseup - factors event data construction out to helper method Useful if client code wants to throttle rapid change events from...

Moved logic from visitor method into SimpleSlider.loadDataSettings(). This method is called when an input is turned into a simple slider with ("#myinput").simpleSlider(). If the user passes in a settings object,...

Adding option showScale (or data-slider-showscale) to show min and max slider values under the slider. Added demos. Themed with classes: scale, min-scale, and max-scale.

Jquery hide() uses display:none css, which prevents submitting the input value. anyway, i think developers should use hidden input type with the slider.

Hi, I was getting impatient (read: pressure from my project), so I attempted to bring in the work @gregavola had done with touch-support. Unfortunately, I couldn't make it work, so...

Firstly, I'm surprised this slider isn't more popular. I needed a cross-platform-capable slider for my project and looked all over. It seems my choices were: JQuery-UI (which I think is...

This pull request allows for mobile browsers to be able to use the slider functionality. It will automatically detect if the browser supports touch events and then change the mouseover...

Hello is there a way we can set the data-slider-range dynamically ie on drop down list change????