0
可以在悬停移除后立即返回课程吗?所以当你不再徘徊时,班级会返回?删除后返回类?
$("#all").hover(function() {
$('.morenav').removeClass('active');
$(this).closest(".morenav").toggleClass("hovered")});
$("#all").click(function() {
$(this).closest(".morenav").toggleClass("active") });
现在设置它的方式,当元素不再徘徊时,活动类不会回来。谁能帮我吗?