diff options
Diffstat (limited to 'demos/sortable/connect-lists.html')
-rw-r--r-- | demos/sortable/connect-lists.html | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/demos/sortable/connect-lists.html b/demos/sortable/connect-lists.html index a30a22f8b..33c4d6035 100644 --- a/demos/sortable/connect-lists.html +++ b/demos/sortable/connect-lists.html @@ -1,4 +1,4 @@ -<!DOCTYPE html> +<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> @@ -23,7 +23,6 @@ </script> </head> <body> -<div class="demo"> <ul id="sortable1" class="connectedSortable"> <li class="ui-state-default">Item 1</li> @@ -41,10 +40,6 @@ <li class="ui-state-highlight">Item 5</li> </ul> -</div><!-- End demo --> - - - <div class="demo-description"> <p> Sort items from one list into another and vice versa, by passing a selector into @@ -52,7 +47,6 @@ group all related lists with a CSS class, and then pass that class into the sortable function (i.e., <code>connectWith: '.myclass'</code>). </p> -</div><!-- End demo-description --> - +</div> </body> </html> |