IonDen / ion.rangeSlider

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

ion.rangeSlider.js and ion.rangeSlider.min.js seem to have different behaviour #277

Closed gewoonseba closed 9 years ago

gewoonseba commented 9 years ago

I'm working with moment.js to display dates on the slider. Herein I found different behaviour for the .js and .min.js file, both version 2.0.12. When using the .min file, the dates get displayed correctly, but there is no diapason between the two sliders of a "double" slider. When I use the .js file, there is a diapason, but the timestamps are not converted to a proper date format.

IonDen commented 9 years ago

Hi, please provide some demo here http://jsfiddle.net/IonDen/09u17wg7/ and please tell the source there you did get the files.

gewoonseba commented 9 years ago

Hi,

I’ve added my code here http://jsfiddle.net/09u17wg7/8/ http://jsfiddle.net/09u17wg7/8/ . I use a custom css skin, the basis I got from a Metronic theme, preview here. http://www.keenthemes.com/preview/metronic/theme/templates/admin4/components_ion_sliders.html# http://www.keenthemes.com/preview/metronic/theme/templates/admin4/components_ion_sliders.html# The js and min.js files I got from http://ionden.com/a/plugins/ion.rangeSlider/en.html http://ionden.com/a/plugins/ion.rangeSlider/en.html. Thanks for your quick response.

On 24 Jul 2015, at 10:44, Denis Ineshin notifications@github.com wrote:

Hi, please provide some demo here http://jsfiddle.net/IonDen/09u17wg7/ http://jsfiddle.net/IonDen/09u17wg7/ and please tell the source there you did get the files.

— Reply to this email directly or view it on GitHub https://github.com/IonDen/ion.rangeSlider/issues/277#issuecomment-124445020.

IonDen commented 9 years ago

Ok, i see. You are using old skin names. They changed in 2.x irs-diapason is now irs-bar please copy styles from some other skin.

IonDen commented 9 years ago

http://jsfiddle.net/IonDen/09u17wg7/9/ see, the bar is here

gewoonseba commented 9 years ago

Okay, thanks for your help!

On 24 Jul 2015, at 11:23, Denis Ineshin notifications@github.com wrote:

http://jsfiddle.net/IonDen/09u17wg7/9/ http://jsfiddle.net/IonDen/09u17wg7/9/ see, the bar is here

— Reply to this email directly or view it on GitHub https://github.com/IonDen/ion.rangeSlider/issues/277#issuecomment-124454294.