I am working on a big project and it is required to resend event to page.
Let me explain :
A box <div>
is over an image <img>
like this :
<div>
<div id="box"></div>
<img>
</div>
Once user clicks on the box
, it moves to another location, but the image must be clicked in same time, these two elements must be clicked in same time. ( it is long to explain why )
Maybe it is possible to resend the event to the same location, or maybe is it possible to create another event at the current mouse position..