This didn't quite work before:

So I have two distinct TD tags, and each one is designated droppable.
Inside one of the TDs I have a DIV tag that is draggable. Both
droppables will accept that draggable. The dragging and dropping
works, but *both* droppables call their "drop()" methods when I drag
the DIV from one TD to the other. The ui object of first (erroneous)
drop() reports that the DIV was dropped into the TD from which it
came. The ui of the second drop() says that DIV was dropped into the
other TD (which is accurate). Why is this happening (is drop() only
bound to the mouseup event) ? Is there a way that I can determine what
is being dragged and dropped where?

Best,
Rob

Reply via email to