jQuery: Prevent drop propragation over a draggable dialog

Posted by Alban on Stack Overflow See other posts from Stack Overflow or by Alban
Published on 2010-05-06T08:21:15Z Indexed on 2010/05/09 17:28 UTC
Read the original article Hit count: 336

Filed under:
|
|

I have a page with some droppable <td> elements and a dialog over the page with some draggable elements. When I drag an element over the dialog that is over a droppable <td>, then elements drops inside it even if it is still being dragged over the dialog. Is there any way to prevent drop while the draggable is still over the dialog? For an example, see here: http://www.albanx.com/drop.jpg

© Stack Overflow or respective owner

Related posts about prevent

Related posts about drop