Tag Archives: event

jQuery missing layerX

Getting the Mouse position in jQuery is very simple. However, getting the position from within an element take some extra steps. Normally, a javascript event such as onmousemove would use event.layerX and event.layerY to get the coordinates of our mouse … Continue reading

Posted in Code | Tagged , , | Leave a comment