I'm using this UI Slider. I've to make this slider with 3 different colors for:
- Handle Color
- Previous portion of Handle
- Next portion of Handle
Something like this:
So far, I'm able to put handle color only:
But, How can I set two more different color (one is for previous portion of Handle and another is for next portion of handle like the first screenshot)? Is there any way adding two different classes by jQuery and style those classes like:
.handle-previous-slider {
background: yellow;
}
.handle-next-slider {
background: green;
}
? So far, my result at fiddle