これよりも良い方法はありますか?どうか、あなたから学ばせてください。ティア
$('ul').children(':first-child').delay('fast').fadeToggle('fast', function () {
$(this).delay().fadeToggle(function () {
$(this).next().delay().fadeToggle(function () {
$(this).delay().fadeToggle(function () {
$(this).next().delay().fadeToggle(function () {
$(this).delay().fadeToggle(function () {
$(this).closest('#welcome').next().toggle();
$(this).closest('#welcome').slideToggle(function () {
$(this).remove();
$('body').css('overflow', 'auto');
});
});
});
});
});
});
});