Droppable and delete

Droppable and delete


Hey all! I have been working on this and am really stumped. I have a
page where you can drag and drop an item to a element and on drop
delete it from the database.
My code is here: http://pastebin.com/d3d15d695
So far my drag/drop works fine. I am confused about:
1. Using a call back within to delete it would it be here:
drop: function(ev, uii) {
$(this).append("
Deleted!");
}
2. When i drop it and it says deleted just have it fade in and fade
out.
3. And also delete the word that is dropped in there remove it.
I have been researching the docs and here on the group with no luck.
Any ideas would really be appreciated.
Thanks,
Ryan