Is there a way to make an HTML5 slider (input
range) tag reset its position across page reloads? As is, it stays in its last dragged-to position when you reload the page.
Use autocomplete="off"
for example:
<input type="range" min="1" max="10" step="1" autocomplete="off" />
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With