diff options
Diffstat (limited to 'demos/droppable/accept.html')
-rw-r--r-- | demos/droppable/accept.html | 12 |
1 files changed, 11 insertions, 1 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> |