droppable: getting position of dropped element relative to the dropped div
hi
on the call back of drop function i get the ui element with which i
can get the following position..
# ui.position - current position of the draggable helper
the above is relative to the div from which it was dragged
# ui.absolutePosition - current absolute position of the draggable helper
this is the absoluteposition
i want the position of dropped element relative to the dropped div?
how do i get that?