Removing Items from Jquery UI Sortable
问题 I'm trying to find out the correct way to remove items from a JQuery UI Sortable list. I've created a JSfiddle illustrating my problem. Basically, I have a couple of callbacks around a JQuery UI sortable widget, and I want these callbacks to be executed as soon as I remove an element from the widget. What's the correct way to do so? Because "$.remove" nor "$.detach" seems to work. EDIT 1: I'm not looking for a hotfix on my problem but more of an explanation of how the JQuery UI Sortable list