How to change the input with type "range" using JS or jQuery? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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?

26th Jun 2019, 12:30 PM
Crinax
Crinax - avatar
4 Answers
+ 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.
26th Jun 2019, 12:40 PM
Gordon
Gordon - avatar
+ 1
inputDOM.value = (numeric value) https://code.sololearn.com/WPTQRq3oq632/?ref=app
26th Jun 2019, 12:31 PM
Gordon
Gordon - avatar
+ 1
Gordon, oof, hard ~_~ Thanks)
26th Jun 2019, 12:51 PM
Crinax
Crinax - avatar
0
Gordon, no. How change the style of this slider instead of the value?
26th Jun 2019, 12:35 PM
Crinax
Crinax - avatar