aboutsummaryrefslogtreecommitdiffstats
path: root/demos/sortable/connect-lists-through-tabs.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/sortable/connect-lists-through-tabs.html')
-rw-r--r--demos/sortable/connect-lists-through-tabs.html2
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 a768ef7f8..2f26ff584 100644
--- a/demos/sortable/connect-lists-through-tabs.html
+++ b/demos/sortable/connect-lists-through-tabs.html
@@ -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) {