这里同样的问题!
$("#spezial_navi_btn_20").mouseenter(function() {
$("#content").stop(true).fadeOut("slow");
$("#spezial_navi").css('background-image', 'url(http://#)');
$("#spezial_navi_20").stop(true, true).slideUp("fast");
$("#spezial_navi_desc_20").stop(true, true).slideDown('slow', function() {
$("body").ezBgResize({
img : "http://#",
opacity : 1,
center : true
});
});
$("#spezial_navi_desc_30").stop(true, true).slideUp('slow');
$("#spezial_navi_30").stop(true, true).slideDown('slow');
$("#spezial_navi_desc_40").stop(true, true).slideUp('slow');
$("#spezial_navi_40").stop(true, true).slideDown('slow');
});
解决了 !!
而不是: $("#spezial_navi_20").stop(true, true).slideUp("fast"); 和: $("#spezial_navi_desc_20").stop(true, true).slideDown('slow', function() { 我做了:$("#spezial_navi_20").slideUp("fast"); 和:$(" #spezial_navi_desc_20").slideDown('slow', function() {