A therapeutic «дебаунцер» so that the hover does NOT work too abruptly:
$('p').text('Заработала страничка, сделай hover меня'); $('p').hover( function () { k=setInterval(show_tip('div'),2000); // <- почему нет задержки 2 сек?? }, function () { hide_tip('div'); }); function show_tip(target) {$(target).fadeIn(300);} function hide_tip(target) {clearInterval(k); $(target).fadeOut(300);} - But
setIntervaldoes not want to save me, can you save (but not for the bijou freelancers)? - Oh yes, the same fiddle: http://jsfiddle.net/alpha9000/B93bL/