ghusse / jQRangeSlider

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

Visually detect bar change using handles #198

Open Eimis opened 9 years ago

Eimis commented 9 years ago

First of all - thank you for this beautiful library :)

I have a question - is there a (relatively easy) way to visually mark the slider change made by user using side handles ? Like adding a different colour to the extra width made to the left/right side. Could you point me to the approximate place of source code where I could try to do this by myself ?

Thanks in advance!

ghusse commented 9 years ago

Hello,

You can manipulate DOM objects created by the slider with jQuery. I suppose you can react to a click this way and change the style of your slider.

On Sun, Jul 12, 2015 at 12:23 PM, Eimantas notifications@github.com wrote:

First of all - thank you for this beautiful library :)

I have a question - is there a (relatively easy) way to visually mark the slider change made by user using side handles ? Like adding a different colour to the extra width made to the left/right side. Could you point me to the approximate place of source code where I could try to do this by myself ?

Thanks in advance!

— Reply to this email directly or view it on GitHub https://github.com/ghusse/jQRangeSlider/issues/198.