I want when I press the increase or decrease button the range bar will move
help me
4 Replies
What have you got so far?
Share your code on a Codepen (or similar) so that it will be easier for somebody to help you.
OK, you are nearly there.
You just need to update the range slider "value" with the new value as defined when you click on the buttons.
You already have this function:
Alter that function to also update the range slider value:
thank you so much
problem solved , thank you