How to Use jQuery to get the current coordinates of the mouse pointer, jquery mouse pointer
How to Use jQuery to get the current coordinates of the mouse pointer:
In practice, you may need to obtain the coordinates of the current mouse. The following describes how to implement this function.
Of course, the example is very simple. You can flexibly apply and expand it as needed.
The code example is as follows:
<! DOCTYPE html>
The above code can get the coordinates of the current mouse pointer, but note that the coordinates are not relative to the div, but the obtained mouse pointer in the coordinates of the document.
Related reading:
(1) For details about the mousemove event, refer to the mousemove event section of jQuery.
(2) For the. text () function, see the text () method section of jQuery.
(3) For details about the. pageX attributes, see the event. pageX attributes section of jQuery.
The original address is: http://www.softwhy.com/forum.php? Mod = viewthread & tid = 5811.
For more information, see: http://www.softwhy.com/jquery/