diff --git a/demos/sortable/connect-lists-through-tabs.html b/demos/sortable/connect-lists-through-tabs.html new file mode 100644 index 000000000..4321703af --- /dev/null +++ b/demos/sortable/connect-lists-through-tabs.html @@ -0,0 +1,76 @@ + + +
+
+ Sort items from one list into another and vice versa, by passing a selector into
+ the connectWith
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., connectWith: '.myclass'
).
+