aboutsummaryrefslogtreecommitdiffstats
path: root/demos/draggable/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/draggable/default.html')
-rw-r--r--demos/draggable/default.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/demos/draggable/default.html b/demos/draggable/default.html
index 55a454ab9..4989c4422 100644
--- a/demos/draggable/default.html
+++ b/demos/draggable/default.html
@@ -18,9 +18,21 @@
</head>
<body>
+<div class="demo">
+
<div id="draggable" class="ui-widget-content">
<p>Drag me around</p>
</div>
+</div><!-- End demo -->
+
+<div class="demo-description">
+
+<p>
+The easiest way to make an element draggable. Hold down the mouse and drag it around.
+</p>
+
+</div><!-- End demo-description -->
+
</body>
</html>