edited refresh description

This commit is contained in:
maggiewachs 2011-09-28 15:32:44 -04:00
parent 725210673b
commit e1552c29b6

View file

@ -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');