montrant le modal bootstrap après un retard

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