我有一个 jquery 移动滑块。
<input name="slider-1" id="slider-1" data-highlight="true"min="0"
max="100" value="50" type="range">
我想改变滑块轨道上高光填充的颜色?(默认为蓝色)。这是我的代码,但它不起作用
$("#slider-1").effect("highlight", { color: "#ff00ff" }, 3000);
谢谢