I have seen some snippets to get the mouse position and read a bit about jquery-one. Would someone please make or show me an example of detecting the position of the mouse whenever it is moved and saving the sequence of the coordinates and clicks with click coordinates to an array (or delimited string variable might be better) as it runs and then when the user navigates away from the page (or clicks a link on the page) it will POST the event log to a php file? I can write the php part.
Thanks