Pokaż modal po 5 sekundach opóźnienia na ładowaniu strony

setTimeout(function() {
    $('#myModal').modal();
}, 2000);
Creepy Crocodile