Posts tagged identify mouse position mousemove jQuery
How to Identify or Track Mouse Position using jQuery
I was working with one application for one of my client where i need to track or identify the mouse position in pixel using jQuery. Using this mouse positions you can drag your object or any other operation you want to do. I came across mousemove event of jQuery which gives you the position of X and Y from top left corner of page. Look at below syntax. This might be useful to you in future needs.
I am
Recent Comments