I am trying to get a slider work with costumed background
How ever it shows in my web site with out any background colour
The issue is same as the link below jQuery UI Slider Range-ui
Already try to added range: 'min' in my code but still not work
$("#sliderME").slider({
min: 7.9,
max: 14.0,
range: "min",
step: 0.1,
value: 11.2
});
Please Help.