Add
Đã đăng
4 năm trước
$(".more .alert .item").show().delay(5000).queue(function (next) {
$(this).hide();
next();
});