r2057 - trunk/demos/sortable
Author: bohdan.ganicky
Date: Mon Feb 9 11:59:19 2009
New Revision: 2057
Modified:
trunk/demos/sortable/connect-lists-through-tabs.html
Log:
demos/sortable/connect-lists-through-tabs: quick selector bugfix
Modified: trunk/demos/sortable/connect-lists-through-tabs.html
==============================================================================
--- trunk/demos/sortable/connect-lists-through-tabs.html (original)
+++ trunk/demos/sortable/connect-lists-through-tabs.html Mon Feb 9
11:59:19 2009
@@ -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) {