Is there a way I can also set some label text for each steps in the HTML5 type=range control. Basically I have a range control
Here's an alternative solution, no jQuery required. Uses the HTML5 oninput event handler, and valueAsNumber property of the input element.
oninput
valueAsNumber
Works on my machine certification: Chrome v54
1