aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--demos/droppable/accept.html12
-rw-r--r--demos/droppable/activeclass.html12
-rw-r--r--demos/droppable/default.html12
-rw-r--r--demos/droppable/greedy.html12
-rw-r--r--demos/droppable/hoverclass.html12
-rw-r--r--demos/droppable/revert.html12
-rw-r--r--demos/droppable/tolerance.html12
7 files changed, 77 insertions, 7 deletions
diff --git a/demos/droppable/accept.html b/demos/droppable/accept.html
index 1ef776dc6..baab8b6ac 100644
--- a/demos/droppable/accept.html
+++ b/demos/droppable/accept.html
@@ -30,7 +30,8 @@
</script>
</head>
<body>
-
+<div class="demo">
+
<div id="draggable-nonvalid" class="ui-widget-content">
<p>I'm draggable but can't be dropped</p>
</div>
@@ -43,5 +44,14 @@
<p>accept: '#draggable'</p>
</div>
+</div><!-- End demo -->
+
+<div class="demo-description">
+
+<p>
+<!-- Add description here -->
+</p>
+
+</div><!-- End demo-description -->
</body>
</html>
diff --git a/demos/droppable/activeclass.html b/demos/droppable/activeclass.html
index 08b7afa85..2d8058925 100644
--- a/demos/droppable/activeclass.html
+++ b/demos/droppable/activeclass.html
@@ -27,7 +27,8 @@
</script>
</head>
<body>
-
+<div class="demo">
+
<div id="draggable" class="ui-widget-content">
<p>Drag me to my target</p>
</div>
@@ -36,5 +37,14 @@
<p>Drop here</p>
</div>
+</div><!-- End demo -->
+
+<div class="demo-description">
+
+<p>
+<!-- Add description here -->
+</p>
+
+</div><!-- End demo-description -->
</body>
</html>
diff --git a/demos/droppable/default.html b/demos/droppable/default.html
index 375a45871..5979589a2 100644
--- a/demos/droppable/default.html
+++ b/demos/droppable/default.html
@@ -25,7 +25,8 @@
</script>
</head>
<body>
-
+<div class="demo">
+
<div id="draggable" class="ui-widget-content">
<p>Drag me to my target</p>
</div>
@@ -34,5 +35,14 @@
<p>Drop here</p>
</div>
+</div><!-- End demo -->
+
+<div class="demo-description">
+
+<p>
+<!-- Add description here -->
+</p>
+
+</div><!-- End demo-description -->
</body>
</html>
diff --git a/demos/droppable/greedy.html b/demos/droppable/greedy.html
index 7bb7144e9..be16c796b 100644
--- a/demos/droppable/greedy.html
+++ b/demos/droppable/greedy.html
@@ -39,7 +39,8 @@
</script>
</head>
<body>
-
+<div class="demo">
+
<div id="draggable" class="ui-widget-content">
<p>Drag me to my target</p>
</div>
@@ -58,5 +59,14 @@
</div>
</div>
+</div><!-- End demo -->
+
+<div class="demo-description">
+
+<p>
+<!-- Add description here -->
+</p>
+
+</div><!-- End demo-description -->
</body>
</html>
diff --git a/demos/droppable/hoverclass.html b/demos/droppable/hoverclass.html
index eef118ac5..6b3e3a1d7 100644
--- a/demos/droppable/hoverclass.html
+++ b/demos/droppable/hoverclass.html
@@ -26,7 +26,8 @@
</script>
</head>
<body>
-
+<div class="demo">
+
<div id="draggable" class="ui-widget-content">
<p>Drag me to my target</p>
</div>
@@ -35,5 +36,14 @@
<p>Drop here</p>
</div>
+</div><!-- End demo -->
+
+<div class="demo-description">
+
+<p>
+<!-- Add description here -->
+</p>
+
+</div><!-- End demo-description -->
</body>
</html>
diff --git a/demos/droppable/revert.html b/demos/droppable/revert.html
index 089fb14a6..11af0c003 100644
--- a/demos/droppable/revert.html
+++ b/demos/droppable/revert.html
@@ -30,7 +30,8 @@
</script>
</head>
<body>
-
+<div class="demo">
+
<div id="draggable" class="ui-widget-content">
<p>I revert when I'm dropped</p>
</div>
@@ -43,5 +44,14 @@
<p>Drop me here</p>
</div>
+</div><!-- End demo -->
+
+<div class="demo-description">
+
+<p>
+<!-- Add description here -->
+</p>
+
+</div><!-- End demo-description -->
</body>
</html>
diff --git a/demos/droppable/tolerance.html b/demos/droppable/tolerance.html
index 9cbd2d1fb..7c2e93416 100644
--- a/demos/droppable/tolerance.html
+++ b/demos/droppable/tolerance.html
@@ -56,7 +56,8 @@
</script>
</head>
<body>
-
+<div class="demo">
+
<div id="draggable" class="ui-widget-content">
<p>Drag me to my target</p>
</div>
@@ -79,5 +80,14 @@
<p>tolerance: 'touch'</p>
</div>
+</div><!-- End demo -->
+
+<div class="demo-description">
+
+<p>
+<!-- Add description here -->
+</p>
+
+</div><!-- End demo-description -->
</body>
</html>