this.test = function() { $(".test").hover( function(e) { $('body').append( ' ' + this.t + ' ' ); $('p#test').css("display", "none"); }, ).mousemove( ); };