Add
Jquery show with timer
$(".more .alert .item").show().delay(5000).queue(function (next) {
$(this).hide();
next();
});
Jquery show with timer
$(".more .alert .item").show().delay(5000).queue(function (next) {
$(this).hide();
next();
});