I have used the code for my modal straight from the Bootstrap example, and have included only the bootstrap.js (and not bootstrap-modal.js). However, my modal is appearing u
Hi I had the same issue then I realize that when you using bootsrap 3.1
Unlike in older versions of bootsrap (2.3.2)
the html structure of the modal was changed!
you must wrap your modal header body and footer with modal-dialog and modal-content