IonDen / ion.rangeSlider

jQuery only range slider
http://ionden.com/a/plugins/ion.rangeSlider/en.html
MIT License
2.55k stars 507 forks source link

Slider stuck on min value #746

Closed katmelen closed 3 years ago

katmelen commented 3 years ago

I have created a slider using standard code off of the Poitnet website. Code is as follows: skin: "round", grid: true, min: 100000, max: 2000000, from: 600000, postfix: "+/- 20K", prefix: "$", Even though I set "from:600000", slider starts at min: 100000. Also, cannot move slider.

Rabbit523 commented 3 years ago

image I made a simple html file using that plugin. As you can see on the screenshot, there is no problem. <!DOCTYPE html>

Page Title
IonDen commented 3 years ago

You could always check your setup in playground: https://jsfiddle.net/IonDen/uoysqxk1/ It is working as expected. @katmelen @Rabbit523

Rabbit523 commented 3 years ago

yeah, actually, there is no problem. @IonDen