Bootstrap stop Modal showing on page load
- by Subby
I only want the Modal to show when I click on a certain button.
At the moment, the Modal shows itself whenever I load the page.
Can someone please tell me where I am going horribly wrong?
<a href="#myModal" role="button" class="btn" data-toggle="modal">Launch demo modal</a>
<div class="modal" id="myModal"…