mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
demos/sortable/connect-lists-through-tabs: quick selector bugfix
This commit is contained in:
parent
a6f1cd1db7
commit
032e584c1a
@ -18,7 +18,7 @@
|
||||
|
||||
var $tabs = $("#tabs").tabs();
|
||||
|
||||
var $tab_items = $("li",$tabs).droppable({
|
||||
var $tab_items = $("ul:first li",$tabs).droppable({
|
||||
accept: ".connectedSortable li",
|
||||
hoverClass: "ui-state-hover",
|
||||
drop: function(ev, ui) {
|
||||
|
Loading…
Reference in New Issue
Block a user