aboutsummaryrefslogtreecommitdiffstats
path: root/demos/slider/range.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/slider/range.html')
-rw-r--r--demos/slider/range.html10
1 files changed, 2 insertions, 8 deletions
diff --git a/demos/slider/range.html b/demos/slider/range.html
index 356fad63c..8bc8a5cd9 100644
--- a/demos/slider/range.html
+++ b/demos/slider/range.html
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
- <title>jQuery UI Slider - Range Demo</title>
+ <title>jQuery UI Slider - Range 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>
@@ -40,13 +40,7 @@
<div class="demo-description">
-<p>
-Example of a range slider that had two drag handles and a filled bar that connects the two handles to indicate that the values between them are selected.
-This is created by setting the range option:
-</p>
-
-<pre><code>range: true
-</code></pre>
+<p>Set the <strong>range</strong> option to true to capture a range of values with two drag handles. The space between the handles is filled with a different background color to indicate those values are selected.</p>
</div><!-- End demo-description -->