function ff() { if($('b').text()) return; //какой-то код } $('p').on({mouseenter: ff, mouseleave: ff});