hover():鼠标悬浮时间
$(this).parent().hover(function () {
$(this).children(".menuPop").show();
}, function () {
$(this).children(".menuPop").hide();
});
2022-03-14 13:44:29
hover():鼠标悬浮时间
$(this).parent().hover(function () {
$(this).children(".menuPop").show();
}, function () {
$(this).children(".menuPop").hide();
});