Skip to content

Commit

Permalink
demos/sortable/connect-lists-through-tabs: fixed demo description
Browse files Browse the repository at this point in the history
  • Loading branch information
bganicky committed Feb 5, 2009
1 parent f6936e2 commit ba8c8e6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions demos/sortable/connect-lists-through-tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,7 @@
<div class="demo-description">

<p>
Sort items from one list into another and vice versa, by passing a selector into
the <code>connectWith</code> option. The simplest way to do this is to
group all related lists with a CSS class, and then pass that class into the
sortable function (i.e., <code>connectWith: '.myclass'</code>).
Sort items from one list into another and vice versa, by dropping the list item on the appropriate tab above.
</p>

</div><!-- End demo-description -->
Expand Down

0 comments on commit ba8c8e6

Please sign in to comment.