This is a two part question that I need some help with please.
- if I only have an x,y position in a page, how can I get the element that sits at that position within the page using
javascript/jQuery
? Is it possible? Bonus points for efficiency, albeit relative to the complexity of a given DOM... - assuming its a
Droppable element
, how I can trigger theDroppable event
upon it, and pass it the element that was dragged to that position?
Many thanks