Hi,
We need to implement a slider to filter a range of prices. For instance, to show only the products from 100 to 200 EUR. Our client wants a slider by design, not possible to display checkboxes with price ranges (as asked here), neither two text fields to enter the minimum and maximum values (as explained here)
The slider has to have two inputs (minimun and maximum) but the input type="range" of HTML5 has only one input (the value of the mark).
At your experience, which is the best soution? Using jQuery? Another simplier way?
Regards,
Tomas