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