aboutsummaryrefslogtreecommitdiffstats
path: root/demos/slider/default.html
diff options
context:
space:
mode:
authorMaggie Costello Wachs <fg.maggie@gmail.com>2009-01-20 21:10:12 +0000
committerMaggie Costello Wachs <fg.maggie@gmail.com>2009-01-20 21:10:12 +0000
commit88d8063be47711fe5c0b9390a91fc12c8c6daec0 (patch)
tree6e0125b4715abff50a3b03953bac62a54ed2c88f /demos/slider/default.html
parent565808ceaef9387d8d4c7c6cf6bcaf5efaf63658 (diff)
downloadjquery-ui-88d8063be47711fe5c0b9390a91fc12c8c6daec0.tar.gz
jquery-ui-88d8063be47711fe5c0b9390a91fc12c8c6daec0.zip
slightly reorganized/renamed demos to better reflect functionality
Diffstat (limited to 'demos/slider/default.html')
-rw-r--r--demos/slider/default.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/demos/slider/default.html b/demos/slider/default.html
index 196af067a..4adc27053 100644
--- a/demos/slider/default.html
+++ b/demos/slider/default.html
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
- <title>jQuery UI Slider - Default Demo</title>
+ <title>jQuery UI Slider - Default functionality</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
@@ -26,9 +26,7 @@
<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.
-</p>
+<p>The basic slider is horizontal and has a single handle that can be moved with the mouse or by using the arrow keys.</p>
</div><!-- End demo-description -->