$('body').on('mousemove', '.textarea', function(event) { var a = $(this).text(); $(this).html(a); });