Update slider.html
This commit is contained in:
		| @ -98,7 +98,7 @@ | ||||
|                             As seen in the example this is one of the rare occurrences where you will need to use javascript to get values from the input. | ||||
|                             <br><br> | ||||
|                             <input type="range" min="1" max="100" value="0" class="range-slider-rounded" id="slider"> | ||||
|                             <span>Span Value: </span><span id="output">0</span> | ||||
|                             <span>Slider Value: </span><span id="output">0</span> | ||||
|                             <script> | ||||
|                                 var slider = document.getElementById("slider"); | ||||
|                                 var output = document.getElementById("output"); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user