mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-08 08:30:58 +00:00
edited refresh description
This commit is contained in:
parent
725210673b
commit
e1552c29b6
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ $('.selector').slider('disable');
|
|||
|
||||
<dt><code>refresh</code> update the slider</dt>
|
||||
<dd>
|
||||
<p>The slider should be refreshed whenever the input's value is changed programmatically.</p>
|
||||
<p>If you manipulate a slider via JavaScript, you must call the refresh method on it to update the visual styling.</p>
|
||||
|
||||
<pre><code>
|
||||
$('.selector').slider('refresh');
|
||||
|
|
|
|||
Loading…
Reference in a new issue