Update slider.html
This commit is contained in:
parent
564c9704f6
commit
9b46e672b4
@ -95,8 +95,7 @@
|
|||||||
Use sliders to make an easy range from min to max values
|
Use sliders to make an easy range from min to max values
|
||||||
<br><br>
|
<br><br>
|
||||||
<h2>How to use it?</h2>
|
<h2>How to use it?</h2>
|
||||||
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>
|
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.
|
||||||
You can use normal javascript you would use to read from input fields as done below to get your values.
|
|
||||||
<br><br>
|
<br><br>
|
||||||
<input type="range" min="1" max="100" value="0" class="range-slider-rounded" id="slider">
|
<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>Span Value: </span><span id="output">0</span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user