How to create range slider in input type
-
I have created a filter in YITH WooCommerce Ajax Product Filter I want an input type range in Height and Width so how can I do
Example:<div class=”input”>
<input type=”range” min=”50″ max=”1000″ value=”10″ step=”10″ id=”priceSlider”>
<span id=”sliderValue”>$10</span>
</div>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.