@Orekihotarou-kSubmitted 9 months ago
Hi✨. I need help with changing the value of the sliderValue
on mobile devices when moving the range. I've tried multiple options but I can't seem to figure it out.
Hi✨. I need help with changing the value of the sliderValue
on mobile devices when moving the range. I've tried multiple options but I can't seem to figure it out.
In your Javascript file, instead of selecting the one for just desktop, with querySelector
, use querySelectorAll
to select both value container classes and then for each of them, update their values in DOM