From 88d8063be47711fe5c0b9390a91fc12c8c6daec0 Mon Sep 17 00:00:00 2001 From: Maggie Costello Wachs Date: Tue, 20 Jan 2009 21:10:12 +0000 Subject: slightly reorganized/renamed demos to better reflect functionality --- demos/slider/rangemax.html | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'demos/slider/rangemax.html') 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 @@ - jQuery UI Slider - Range Max Demo + jQuery UI Slider - Range with fixed maximum @@ -39,18 +39,7 @@
-

-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: -

- -
range: "max"
-
- -

-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. -

+

Fix the maximum value of the range slider so that the user can only select a minimum. Set the range option to "max."

-- cgit v1.2.3