get the mouse position javascript
Get the Mouse Position in JavaScript
If you want to retrieve the mouse position using JavaScript, you can use the mouse events to track the mouse movement and get the position of the cursor relative to the document or an element on the page.
Using the mousemove event
To get