|
How to get the mouse position? - event.pageX & event.pageY
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: jQuery-Events
To get the mouse position relative to the left and top edge of the page, event.pageX and event.pageY can be used.
|