How to hide the dragger helper with an effect
[hello every one! this is my first topic/post here!! fantastic forum!]
I made a custom dropshop for wp e-commerce, and everything works great (i can explain how to do that if someone wants). The only problem is the helper: once i release the drag on the droppable zone i'd like to make it disappear with a drop-up effect.
If I add an $(ui.helper).hide in the stop function in the draggable declaration the helper becomes stuck in the position, the drag does not work anymore and so the droppable event.
Even if I use the ui.helper of the droppable declaration nothing happens, cause the helper seems to disappear too 'early', and even if make it
disappear with the effect i'm afraid that some functions that make the drag possible are not called... HELP!!