jojuniori
6/3/2017 - 1:10 PM

jQuery 里 append() , remove() 等无法使用 delay()

$('div').fadeOut(300).delay(300).queue(function() { $(this).remove(); });