Triggering a JavaScript click() event at specific coordinates
Posted
by OneNerd
on Stack Overflow
See other posts from Stack Overflow
or by OneNerd
Published on 2010-05-16T19:38:10Z
Indexed on
2010/05/16
19:40 UTC
Read the original article
Hit count: 199
Trying to fire off (trigger) a click event. Its easy to do in jQuery, but cannot figure out how to set the coordinates of the event and send them along.
Essentially, I need to trigger a click at a specific location (which is calculated prior to the trigger() call).
Any way to do this (in jQuery or otherwise)?
Thanks -
© Stack Overflow or respective owner