I’m writing a web application, that requires a drag and drop functionality.
The draggable object is pretty big, but it has a minimization button. However, after I drag the object to a sortable element, the minimization button stops working.
Here’s the code sample:
http://jsfiddle.net/Alvyxaz/u7SdU/
Try clicking on the + sign before you drag the object to sortable, and after.
Any tips?
Thank you!
I got it to work by using
.livewith a click event andtoggle()instead of show/hide.http://jsfiddle.net/u7SdU/8/