mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Sortable demo: Fix use of tabs API.
This commit is contained in:
parent
c193a0ce17
commit
a36012ad97
@ -30,7 +30,7 @@
|
|||||||
.find( ".connectedSortable" );
|
.find( ".connectedSortable" );
|
||||||
|
|
||||||
ui.draggable.hide( "slow", function() {
|
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" );
|
$( this ).appendTo( $list ).show( "slow" );
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user