Get the coordinates of a drop event in Javascript?
- by Sebastián Grignoli
I made a javascript library that lets me drag a marker from a dragzone to one or more dropzones.
The problem is... the mouseup event happens over the marker I'm dragging, no te dropzone.
How can I detect in wich dropzone was the marker dropped, and in wich coordinates?
Here's my script:
http://dl.dropbox.com/u/186012/demos/dragger/drag.html