diff options
Diffstat (limited to 'demos/slider/rangemin.html')
-rw-r--r-- | demos/slider/rangemin.html | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/demos/slider/rangemin.html b/demos/slider/rangemin.html index 7642deb8b..ad0addc11 100644 --- a/demos/slider/rangemin.html +++ b/demos/slider/rangemin.html @@ -1,7 +1,7 @@ <!doctype html> <html lang="en"> <head> - <title>jQuery UI Slider - Range Min Demo</title> + <title>jQuery UI Slider - Range with fixed minimum</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> @@ -40,18 +40,7 @@ <div class="demo-description"> -<p> -An example of a range slider that has the filled bar hard-coded to the minimum value plus a single slider. -This makes it clear that selecting a value will also include all values below the selection. -This is a range option type: -</p> - -<pre><code>range: "min" -</code></pre> - -<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>Fix the minimum value of the range slider so that the user can only select a maximum. Set the <strong>range</strong> option to "min."</p> </div><!-- End demo-description --> |