demos/sortable/connect-lists-through-tabs: quick selector bugfix

This commit is contained in:
Bohdan Ganicky 2009-02-09 19:59:19 +00:00
parent a6f1cd1db7
commit 032e584c1a

View File

@ -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) {