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