JavaScript help needed [web] | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

JavaScript help needed [web]

Need help me in this code i set background-color change on click of any three slider (input type=range) ... but its not working when i am moving slider, only work when i click on slider. https://code.sololearn.com/W0UsF81jxRP7/?ref=app

17th Jan 2018, 11:47 AM
jatin verma
jatin verma - avatar
4 Answers
+ 3
Use onchange property, instead onclick.
17th Jan 2018, 11:50 AM
Boris Batinkov
Boris Batinkov - avatar
+ 3
Try this way: red = parseInt(red).toString(16).toUpperCase();
17th Jan 2018, 12:48 PM
Boris Batinkov
Boris Batinkov - avatar
+ 2
@boris Thanks
17th Jan 2018, 11:52 AM
jatin verma
jatin verma - avatar
+ 1
@boris please help on converting rgb to hexadecimal code i tried to convert, but failed... code i used is in comment in js code
17th Jan 2018, 12:22 PM
jatin verma
jatin verma - avatar