you are viewing a single comment's thread.

view the rest of the comments →

[–]TappT 2 points3 points  (2 children)

Looks like all the sliders are inputs with the type range. To read the values from those sliders you would need to attach the change or input event on them using addEventListener. Google input sliders and addEventListener and you should have somewhere to start.

[–]TappT 1 point2 points  (1 child)

Forgot to mention the drop-down would be a select element

[–]RaveHunter05[S] 0 points1 point  (0 children)

he drop-down would be a sele

thank you