diff options
author | Richard Worth <rdworth@gmail.com> | 2008-12-31 03:41:22 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-12-31 03:41:22 +0000 |
commit | 91c37697def85d26df547ff3b6cde55f3f3cc9c2 (patch) | |
tree | 1d5ea7e3921f4ebf9bf54894f1f809330c8c45f1 /demos | |
parent | fb4e75f9f87ad195cc0081f6f0738805d55c5019 (diff) | |
download | jquery-ui-91c37697def85d26df547ff3b6cde55f3f3cc9c2.tar.gz jquery-ui-91c37697def85d26df547ff3b6cde55f3f3cc9c2.zip |
demos/slider/range_vertical.html: clarified description
Diffstat (limited to 'demos')
-rw-r--r-- | demos/slider/range_vertical.html | 2 |
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 --> |