您好我正在尝试在菜单上添加悬停延迟,但我无法使用 hoverIntent 插件
$('#topMenu #menu>li').hover(function () {
$(this).children('#subNav3').show();
$(this).addClass('linkExtend');
},
function () {
$(this).children('#subNav3').hide();
$(this).removeClass('linkExtend');
});
请找demo
所以根据演示,如果我尝试将鼠标从菜单 2 移动到菜单 2.1