解决方法:
停止排队 stop()
eg:$(function () {
$('.nav>li').hover(function () {
$(this).children('ul').stop().slideToggle(200);
});
放到动画前
放到动画后
解决方法:
停止排队 stop()
eg:$(function () {
$('.nav>li').hover(function () {
$(this).children('ul').stop().slideToggle(200);
});
放到动画前
放到动画后