I have a sortable list and some draggable elements, which I created with jquery-ui. I want to drag the draggable elements into the sortable list, so the are added in the last. I have used the "connectToSortable" option but nothing is happening when I drag the element over the sortable list.. Are there some kind of restrictions?
The draggable element are the "td" of a table and the sortable elements are the "li" of a list.