diff --git a/docs/forms/slider/methods.html b/docs/forms/slider/methods.html index 976c8307..3d4c445a 100644 --- a/docs/forms/slider/methods.html +++ b/docs/forms/slider/methods.html @@ -53,7 +53,7 @@ $('.selector').slider('disable');
refresh update the sliderThe slider should be refreshed whenever the input's value is changed programmatically.
+If you manipulate a slider via JavaScript, you must call the refresh method on it to update the visual styling.
$('.selector').slider('refresh');