move a draggable div to where you click your mouse

move a draggable div to where you click your mouse


Hi,
Well it's kinda hard to explain what I want. Imagine a page with 1
draggable div in it. You can drag and drop it, but I also want to move
it towards a clicking point.
With clicking point I mean the place where I click with my mouse. So
if I put my cursor in the lower right corner and click my mouse, the
draggable div appears there.
This way, I don't have to drag and drop it there, but just click my
mouse where I want the div to appear. This will only work with 1 div
of course, but that's no problem.
Note:
It just needs to appear there, not move to it or something (though it
would be nice if it was optional).
Is this possible with jQuery UI? And how? Can't get it to work.
Greetings,