Drag and drop fails when toggling show() and hide()
Example on:
http://docent.devine.be/jill.vandendriessche/xmedia/When clicking on the titles to the right, some images appear. Those images are supposed to be draggable to the wishlist area to the right. The drag and drop worked until I used the show() and hide() methods to hide the images. Now it seems as if my accepting box simply doesn't accept the dragged element anymore.
i'm using a combination of draggable and sortable, as I need the items in the wishlist to be sortable. For usability purposes, I wanted to show only one set of products at a time, hence the show/hide toggle.
Does anyone know how to fix this problem without losing any of the site's functionality?
Thanks in advance!