tags:

views:

13

answers:

1

I have a jQuery sortable list - and simply put I want to delete an item out of it. Is there a command to destroy the dragged ui.item from the DOM?

+1  A: 

How about using the removeChild method.

Sarfraz