doubleSlider是双滑块选择器的原生js实现
无
var slider = doubleSlider({
el: document.getElementById('slider'),
range: [0, 100],
initVal: [20, 50],
inputChange: function(inputValues) {
console.log(inputValues)
}
});
由于用了relative, 部分场景下滑块DIV需要设置height