How can I get the current mouse position relative to a div element that is bigger than the screen with jQuery?
In my example the user can scroll around on x and y-Axis but if he clicks I want to get the mouse position relative to the divs origin, not just the pageX and pageY.