Bootstrap Modal Closes Immediately

Hi, yes I will. So here’s what I did wrong. I place two bootstrap.min.js links in my file:

<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="js/bootstrap.min.js"></script>

That causes my model to close immediately, so I removed one which us the maxcdn links and my problem was solved.

Thank you again. Cheers! :smile:

3 Likes