Bootstrap -Modal nach einer Verzögerung zeigen
setTimeout(function() {
$('#myModal').modal();
}, 2000);
Creepy Crocodile
setTimeout(function() {
$('#myModal').modal();
}, 2000);