道歉,如果这听起来很简单,我试图做的就是淡出当前页面并淡化另一页。但是我遇到了困难。我知道如何在div之间执行此操作,以下淡出leftcolumn div并将其与stage3.php页面上的myform一起输入。我的问题是我如何淡出stage2.php和fadein stage3.php?
$("#leftcolumng").fadeOut(500, function(){
$("#leftcolumng").load('stage3.php #myform', function () {
$(this).fadeIn(50);
});