jeditable accidentally triggering on Draggable
Posted
by ripper234
on Stack Overflow
See other posts from Stack Overflow
or by ripper234
Published on 2010-04-27T21:26:50Z
Indexed on
2010/04/30
11:07 UTC
Read the original article
Hit count: 296
I'm using jquery-ui's draggable for drag-and-drop, and jeditable for inline editing.
When I drag and drop an element that's also editable, right after it's dropped jeditable kicks in and pops into 'edit mode'.
How can I disable this behavior?
© Stack Overflow or respective owner