Mission: To know where the user clicked. Click somewhere now.
$("html").click(function(e){ alert('X: ' + e.pageX +', Y:'+ e.pageY); });