diff options
author | Todd Parker <fg.todd@gmail.com> | 2008-12-30 19:08:39 +0000 |
---|---|---|
committer | Todd Parker <fg.todd@gmail.com> | 2008-12-30 19:08:39 +0000 |
commit | f57f31c72d180442785bbf92290799c140aa17eb (patch) | |
tree | 9aa619402c3c9c5be4589d33a39e2f2fe8c52e48 /demos/slider/steps.html | |
parent | 7281bd73d64c6fa6f68fe15d5aaac601f0cb2adc (diff) | |
download | jquery-ui-f57f31c72d180442785bbf92290799c140aa17eb.tar.gz jquery-ui-f57f31c72d180442785bbf92290799c140aa17eb.zip |
Added container divs and added descriptions
Diffstat (limited to 'demos/slider/steps.html')
-rw-r--r-- | demos/slider/steps.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/demos/slider/steps.html b/demos/slider/steps.html index da3d0f94b..84c9721bb 100644 --- a/demos/slider/steps.html +++ b/demos/slider/steps.html @@ -17,7 +17,22 @@ </head> <body> +<div class="demo"> + <div id="slider"></div> +</div><!-- End demo --> + + + +<div class="demo-description"> + +<p>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:</p> +<pre> +min: 0, max: 500, step: 50 +</pre> + +</div><!-- End demo-description --> + </body> </html> |