Hi am trying to add hover delay on menu, and I can't use hoverIntent plugin
$('#topMenu #menu>li').hover(function () {
$(this).children('#subNav3').show();
$(this).addClass('linkExtend');
},
function () {
$(this).children('#subNav3').hide();
$(this).removeClass('linkExtend');
});
Please find demo
So as per demo if I try to move mouse from menu 2 to menu 2.1