Load Bootstrap modal on page load without firing button or using jQuery
I'm trying to launch a Bootstrap modal on page load without firing a HTML button or using jQuery. Here's my code: <link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css"> <link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap-theme.min.css"> <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script> <script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script> <div id="my-modal" class="modal fade"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal