Код: Выделить всё
0, 0
$('html').mousemove(function(e){
$('#status').html(e.pageX +', '+ e.pageY);
});
Подробнее здесь: https://stackoverflow.com/questions/631 ... le-browser
Код: Выделить всё
0, 0
$('html').mousemove(function(e){
$('#status').html(e.pageX +', '+ e.pageY);
});