By etoolbox
via jquery-howto.blogspot.com
Published: Jul 05 2009 / 05:14
While writing the next jQuery tutorial I needed to identify and locate where the mouse was on the page. Tracking mouse position on the page with jQuery is easy. You don’t need to check what browser the script is running like it is used to be with plain JavaScript. To identify where the mouse is in jQuery all you have to do is to read event object’s .pageX and .pageY properties.
Tweet
SaveShareSend
Tags: javascript
Add your comment
Voters For This Link (10)
-
etoolbox -
rogerjose81 -
jaredmellentine -
mswatcher -
rick -
jsugrue -
darthvader -
markandey -
davneter -
witherspoon


