Suppose there is a DIV with the following properties:
top:100;
left:100;
height:200;
width:200;
Now, when i position the mouse pointer in the browser at co-ords(105,210), it means that the mouse pointer is on the div at (5, 110). So this is the thing that i want to calculate using jQuery
. Can anyone help me with some code suggestions?