ghusse / jQRangeSlider

A jquery UI range selection slider that supports dates
http://ghusse.github.com/jQRangeSlider/
GNU General Public License v3.0
671 stars 147 forks source link

Range setting does not work. #29

Closed LaikaF closed 12 years ago

LaikaF commented 12 years ago

Other options seem working well but range cannot be set in the usual way:

$("#element").rangeSlider({ range: {min: 10, max:50} });

However, it can be temporary debugged by changing range's default value in jQRangeSliderBar.js directly. Is it just me or did anyone else have this trouble? (by the way, i have no problem on 3.0.2)

ghusse commented 12 years ago

I'll take a look, (and release a fix)

ghusse commented 12 years ago

I released v4.1.2, you can download it here

LaikaF commented 12 years ago

Thank you.