I'm trying to mimic the "ghosting" functionality from Scriptaculous with jQuery UI. I've found the demo and could get DnD working, but the option to ghost an item as it's being dragged seems to be missing.
All this does is: When you drag an item, it remains in place until dropped but you get a semi-transparent copy which follows the mouse.
Is this possible with jQuery?