jQuery - Drag of elements in areas - then not draggable any more

Posted by Tim on Stack Overflow See other posts from Stack Overflow or by Tim
Published on 2011-01-03T09:46:17Z Indexed on 2011/01/03 9:54 UTC
Read the original article Hit count: 148

Filed under:
|
|

Hello!

I have three div areas. Creating an element, which is draggable() with jQuery UI, I can drag it all over the screen. Dropping it in a special area, then I can not drag it any more.

I created a full working demo: http://jsbin.com/enusu4/2/

There you can create a draggable element which is placed into the left green area. Dragging it to the middle or right green area, I can not drag the element.

I increment the zIndex of the elements, but it does not work.

Does anyone can help me, what's wrong?

Best Regards.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery