mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-12 16:43:10 +00:00
fixed typo
This commit is contained in:
parent
c1f8660aa1
commit
6737a69d95
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
<input type="range" name="slider" id="slider" value="0" min="0" max="100" />
|
||||
</div>
|
||||
|
||||
<p>By setting the <code>min</code> and <code>max</code>attributes you can configure the allowable number range of the slider track. The <code>value</code> of the input is used to configure the starting position of the handle and the vlaue populated in the text input.</p>
|
||||
<p>By setting the <code>min</code> and <code>max</code>attributes you can configure the allowable number range of the slider track. The <code>value</code> of the input is used to configure the starting position of the handle and the value populated in the text input.</p>
|
||||
|
||||
<p>The slider with a min of 500, max of 5,000 and initial value of 2,500</p>
|
||||
<div data-role="fieldcontain">
|
||||
|
|
|
|||
Loading…
Reference in a new issue