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/steps.html | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'demos/slider/steps.html') diff --git a/demos/slider/steps.html b/demos/slider/steps.html index cbbf5f469..25064f526 100644 --- a/demos/slider/steps.html +++ b/demos/slider/steps.html @@ -1,7 +1,7 @@ - jQuery UI Slider - Steps Demo + jQuery UI Slider - Snap to increments @@ -40,21 +40,7 @@
-

-This slider has a step value set that will only allow for increments of 50 to be selected. -The default step increment is 1. -The drag handle will snap to drop points every 50 units. -This is set in an option called step: -

- -
min: 0,
-max: 500,
-step: 50
-
- -

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

+

Increment slider values with the step option set to an integer, commonly a dividend of the slider's maximum value. The default increment is 1.

-- cgit v1.2.3