Design comparison
SolutionDesign
Solution retrospective
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.
Community feedback
- @MuilibilalPosted 9 months ago
In your Javascript file, instead of selecting the one for just desktop, with
querySelector
, usequerySelectorAll
to select both value container classes and then for each of them, update their values in DOM0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord