diff options
Diffstat (limited to 'demos')
-rw-r--r-- | demos/sortable/connect-lists-through-tabs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/sortable/connect-lists-through-tabs.html b/demos/sortable/connect-lists-through-tabs.html index 07906d5bf..10ac6e2f0 100644 --- a/demos/sortable/connect-lists-through-tabs.html +++ b/demos/sortable/connect-lists-through-tabs.html @@ -30,7 +30,7 @@ .find( ".connectedSortable" ); ui.draggable.hide( "slow", function() { - $tabs.tabs( "select", $tab_items.index( $item ) ); + $tabs.tabs( "option", "active", $tab_items.index( $item ) ); $( this ).appendTo( $list ).show( "slow" ); }); } |