aboutsummaryrefslogtreecommitdiffstats
path: root/demos/slider/default.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/default.html
parent7281bd73d64c6fa6f68fe15d5aaac601f0cb2adc (diff)
downloadjquery-ui-f57f31c72d180442785bbf92290799c140aa17eb.tar.gz
jquery-ui-f57f31c72d180442785bbf92290799c140aa17eb.zip
Added container divs and added descriptions
Diffstat (limited to 'demos/slider/default.html')
-rw-r--r--demos/slider/default.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/demos/slider/default.html b/demos/slider/default.html
index 475ba1c7a..972c5497a 100644
--- a/demos/slider/default.html
+++ b/demos/slider/default.html
@@ -17,7 +17,24 @@
</head>
<body>
+
+
+<div class="demo">
+
<div id="slider"></div>
+</div><!-- End demo -->
+
+
+
+<div class="demo-description">
+
+<p>The default slider has a single handle and is horizontal. The handle can be moved with the mouse or by using the arrow keys and has full ARIA attributes for accessibility. The current value for the slider can be set with the value option: <pre>value: 37</pre></p>
+
+</div><!-- End demo-description -->
+
+
+
+
</body>
</html>