" </ul>"+
"</span>"+
"</td></tr></table>");
Sortable sortable1 = Y.newSortable(SortableConfig.create()
.container("#demo1").nodes("li").opacity("0.1"));
Sortable sortable2 = Y.newSortable(SortableConfig.create()
.container("#demo2").nodes("li").opacity("0.1"));
sortable1.join(sortable2, Sortable.JOIN_FULL);
sty1 = Y.newStyleSheet();