Tagged Questions
0
votes
0answers
73 views
input range remember value with cookie
I've got an input type range
<input type="range" id="img_slider" name="img_slider" min="150" max="300" value="250" />
And it changes the value of all the images on the page with a ...