// Всплывающие подсказки popover $('ul.mainMenu li').mouseenter(function(){ $(this).find('.popover').stop().fadeIn() .delay(3000) .fadeOut(); //.stop(true, true); return false; });