Search code examples
formshtmlslider

HTML slider with two inputs possible?


Is it possible to make a HTML5 slider with two input values, for example to select a price range? If so, how can it be done?


Solution

  • No, the HTML5 range input only accepts one input. I would recommend you to use something like the jQuery UI range slider for that task.