load modal after 10 seconds code example Example: showing bootstrap modal after a delay setTimeout(function() { $('#myModal').modal(); }, 2000);