我在以下价格计算器页面上有一个滑块:
http://outsource-plus.co.uk/test2.html
滑块的HTML代码如下:
<div class="sub-option o-3 o-slider" data-type="slider">
<div class="well">
<p><strong>Slider: </strong></p>
<input class="i-slider" type="number" id="sl_1" name="sl_1" data-slider="true" value="2" min="0" max="20" step="2" data-cost="3"/><span class="staticPrice"><span class="hypen"> - </span>$3 AUD per unit</span>
</div>
</div>
而不是0,2,4,6,8等值。我想输入时间/文本值,例如1天,2天,3到5天等。
这可能吗?