diff options
author | Paul Bakaus <paul.bakaus@googlemail.com> | 2008-12-31 14:10:05 +0000 |
---|---|---|
committer | Paul Bakaus <paul.bakaus@googlemail.com> | 2008-12-31 14:10:05 +0000 |
commit | 8ea97f46771b29016ba13805bfda2506447e163c (patch) | |
tree | c539f6f397d95dc5789aae209ef9512741993788 /demos/droppable/activeclass.html | |
parent | 3dd75a42d4f3e94ee6a3e90a27aa29e458006cd5 (diff) | |
download | jquery-ui-8ea97f46771b29016ba13805bfda2506447e163c.tar.gz jquery-ui-8ea97f46771b29016ba13805bfda2506447e163c.zip |
demos: added wrappers for droppable demos
Diffstat (limited to 'demos/droppable/activeclass.html')
-rw-r--r-- | demos/droppable/activeclass.html | 12 |
1 files changed, 11 insertions, 1 deletions
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> |