$(window).one('mousemove', function(){ $('.text').append('текст'); });
$(window).on('mousemove', function(event) { $('.text').append('текст'); $(this).off(event); });