I solved the problem with the numbered li.
But how can I catch the event when I drag a li around? the change,
update, start, sort, stop, beforeStop, recieve, remove, over, out,
activate, deactivate are firing when the page loads, not when I sort
around. sigh!

$("#staerke2").sortable({
        opacity: 0.5,
        cursor: "pointer",
        recieve: (console.log("recieve")),
        connectWith: ["#staerke1"]
});
cu
tom

Reply via email to