From e1552c29b6d31a5f4ddb363f84548cdccb2ca2e8 Mon Sep 17 00:00:00 2001 From: maggiewachs Date: Wed, 28 Sep 2011 15:32:44 -0400 Subject: [PATCH] edited refresh description --- docs/forms/slider/methods.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 slider
-

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