在网上商店中,我的类别页面上有一些滑块。使用这些滑块,我可以在这些价格之间筛选产品。
我的问题是,在移动设备上,会显示水平滚动条,因为这些滑块具有绝对位置,而左侧或右侧的值是由我认为的 javascript 计算的。
我能用这个做什么?滑块插件名称是:离子范围滑块。
<div class="filters_container">
<input id="range_03" value="" name="" >
<input name="price_from" id="price_from" type="hidden" value="26656">
<input name="price_to" id="price_to" type="hidden" value="50533">
<input name="slider_from" id="slider_from" type="hidden" value="26656">
<input name="slider_to" id="slider_to" type="hidden" value="50533">
</div>