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
Just add two lines of CSS:
.modal-backdrop{z-index: 1050;} .modal{z-index: 1060;}
The .modal-backdrop should have 1050 value to set it over the navbar.