views:

62

answers:

2

How can I find out where a div has been dropped after it was dragged?

A: 

Here is the answer : Drag – Drop Interaction with jQuery

Braveyard
A: 

Check out the draggable and droppable interactions that jQuery UI has: http://jqueryui.com/demos/

PetersenDidIt