1 2 3 4 5 6
$(document).mousemove(function (event) { $('.torch').css({ 'top': event.pageY, 'left': event.pageX }); });