aboutsummaryrefslogtreecommitdiffstats
path: root/demos/draggable/default.html
diff options
context:
space:
mode:
authorMaggie Costello Wachs <fg.maggie@gmail.com>2009-01-15 21:57:33 +0000
committerMaggie Costello Wachs <fg.maggie@gmail.com>2009-01-15 21:57:33 +0000
commitc1447173c659c78e036b5c4c6bc91de26e84a13b (patch)
tree9570bf673044c0934b108d5ff94fef43ea15f924 /demos/draggable/default.html
parent3530c1f3f8fe11e16451ef1cb49ae9f63a1b3b59 (diff)
downloadjquery-ui-c1447173c659c78e036b5c4c6bc91de26e84a13b.tar.gz
jquery-ui-c1447173c659c78e036b5c4c6bc91de26e84a13b.zip
completed reorganization of draggable demos
Diffstat (limited to 'demos/draggable/default.html')
-rw-r--r--demos/draggable/default.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/draggable/default.html b/demos/draggable/default.html
index b7425819c..0c219d58d 100644
--- a/demos/draggable/default.html
+++ b/demos/draggable/default.html
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
- <title>jQuery UI Draggable - Default Demo</title>
+ <title>jQuery UI Draggable - 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>
@@ -29,7 +29,7 @@
<div class="demo-description">
<p>
-The easiest way to make an element draggable. Hold down the mouse and drag it around.
+Enable draggable functionality on any DOM element. Move the draggable object by clicking on it with the mouse and dragging it anywhere within the viewport.
</p>
</div><!-- End demo-description -->