diff options
Diffstat (limited to 'demos/slider/slider_vertical.html')
-rw-r--r-- | demos/slider/slider_vertical.html | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/demos/slider/slider_vertical.html b/demos/slider/slider_vertical.html index 5a663edda..f0be30e0e 100644 --- a/demos/slider/slider_vertical.html +++ b/demos/slider/slider_vertical.html @@ -1,7 +1,7 @@ <!doctype html> <html lang="en"> <head> - <title>jQuery UI Slider - Vertical Single Slider Demo</title> + <title>jQuery UI Slider - Vertical slider</title> <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> <script type="text/javascript" src="../../jquery-1.3.js"></script> <script type="text/javascript" src="../../ui/ui.core.js"></script> @@ -41,21 +41,7 @@ <div class="demo-description"> -<p> -This is an example of a minimum range vertical slider created by setting the orientation to vertical: -</p> - -<pre><code>orientation: "vertical" -</code></pre> - -<p> -It's important to note that a vertical slider needs a height set. -You can do this via <code>.height()</code> or by setting the height through CSS. -</p> - -<p> -This demo also shows how the current slider value can be used to populate a standard form input that can also be used for user feedback. -</p> +<p>Change the orientation of the slider to vertical. Assign a height value via <strong>.height()</strong> or by setting the height through CSS, and set the <strong>orientation</strong> option to "vertical."</p> </div><!-- End demo-description --> |