$('.tip').live({ 'mouseenter focus' : function(e) { //много кода if( mouseenter ) код if( focus) код } });