$('.tip').live({ 'mouseenter focus' : function(e) { //много кода if( mouseenter ) код if( focus) код } });
<style type="text/css"> .tip:focus { border-color:blue; } </style>
console.log(e.type);