aboutsummaryrefslogtreecommitdiffstats
path: root/demos/slider/rangemin.html
diff options
context:
space:
mode:
authorTodd Parker <fg.todd@gmail.com>2008-12-30 19:08:39 +0000
committerTodd Parker <fg.todd@gmail.com>2008-12-30 19:08:39 +0000
commitf57f31c72d180442785bbf92290799c140aa17eb (patch)
tree9aa619402c3c9c5be4589d33a39e2f2fe8c52e48 /demos/slider/rangemin.html
parent7281bd73d64c6fa6f68fe15d5aaac601f0cb2adc (diff)
downloadjquery-ui-f57f31c72d180442785bbf92290799c140aa17eb.tar.gz
jquery-ui-f57f31c72d180442785bbf92290799c140aa17eb.zip
Added container divs and added descriptions
Diffstat (limited to 'demos/slider/rangemin.html')
-rw-r--r--demos/slider/rangemin.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/demos/slider/rangemin.html b/demos/slider/rangemin.html
index 1a4923887..339680859 100644
--- a/demos/slider/rangemin.html
+++ b/demos/slider/rangemin.html
@@ -18,7 +18,24 @@
</head>
<body>
+<div class="demo">
+
+<p>Maximum price:</p>
<div id="slider-range-min"></div>
+</div><!-- End demo -->
+
+
+
+<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>
+range: "min",
+</pre>
+
+</div><!-- End demo-description -->
+
+
</body>
</html>