aboutsummaryrefslogtreecommitdiffstats
path: root/demos/slider/rangemin.html
diff options
context:
space:
mode:
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>