From 91c37697def85d26df547ff3b6cde55f3f3cc9c2 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Wed, 31 Dec 2008 03:41:22 +0000 Subject: [PATCH] demos/slider/range_vertical.html: clarified description --- demos/slider/range_vertical.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/slider/range_vertical.html b/demos/slider/range_vertical.html index e2824348e..5dd634e18 100644 --- a/demos/slider/range_vertical.html +++ b/demos/slider/range_vertical.html @@ -36,7 +36,7 @@ orientation: "vertical", range: true, values: [17, 67] -

It's important to note that a vertical slider needs a height set. You can do this via the script options or by adding a height through CSS.

+

It's important to note that a vertical slider needs a height set. You can do this via .height() or by setting the height through CSS.

-- 2.39.5