$(document).ready(function(){ $(document).mousemove(function(e){ $('#xy').html("X :"+e.pageX+"| Y:"+e.pageY); }); }); <div id="xy"></div>