[jQuery] JQuery interface plugin: ondrop mouse position ?
[jQuery] JQuery interface plugin: ondrop mouse position ?
Hi,
I am using the
http://interface.eyecon.ro/docs/drop
JQuery interface plugin
to drag images and drop them in a div.
How could I get the mouse position (event) in the ondrop handler ?
Example:
=====
$('#mydiv').Droppable({accept:'myimageclass',ondrop:function(drag)
{
/* How can I access the screen or client mouse coordinate here ? */
}
});
Thanks
Laurent
--
View this message in context:
http://www.nabble.com/JQuery-interface-plugin%3A-ondrop-mouse-position---tf2425125.html#a6761693
Sent from the JQuery mailing list archive at Nabble.com.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/
Topic Participants
laurentricci
Paul Bakaus