Код: Выделить всё
$slider.noUiSlider({
'start': start,
'connect': 'lower',
'orientation': 'horizontal',
'range': {
'min': min,
'max': max
},
'step': 1,
'serialization': {
'format': {
'decimals': 0
}
}
});
Подробнее здесь: https://stackoverflow.com/questions/245 ... ery-slider
Мобильная версия