aboutsummaryrefslogtreecommitdiffstats
path: root/demos/slider/range_vertical.html
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-12-31 03:41:22 +0000
committerRichard Worth <rdworth@gmail.com>2008-12-31 03:41:22 +0000
commit91c37697def85d26df547ff3b6cde55f3f3cc9c2 (patch)
tree1d5ea7e3921f4ebf9bf54894f1f809330c8c45f1 /demos/slider/range_vertical.html
parentfb4e75f9f87ad195cc0081f6f0738805d55c5019 (diff)
downloadjquery-ui-91c37697def85d26df547ff3b6cde55f3f3cc9c2.tar.gz
jquery-ui-91c37697def85d26df547ff3b6cde55f3f3cc9c2.zip
demos/slider/range_vertical.html: clarified description
Diffstat (limited to 'demos/slider/range_vertical.html')
-rw-r--r--demos/slider/range_vertical.html2
1 files changed, 1 insertions, 1 deletions
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]
</pre>
-<p>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. </p>
+<p>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. </p>
</div><!-- End demo-description -->