0
How to change the input with type "range" using JS or jQuery?
How to change the input with type "range" using JS or jQuery? I mean, how to change slider-thumb?
4 Respuestas
+ 2
the non-standard webkit pseudo elements
https://css-tricks.com/sliding-nightmare-understanding-range-input/
mind that it does not display on most device.
+ 1
inputDOM.value = (numeric value)
https://code.sololearn.com/WPTQRq3oq632/?ref=app
+ 1
Gordon, oof, hard ~_~
Thanks)
0
Gordon, no. How change the style of this slider instead of the value?