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
You can also remove the z-index from .modal-backdrop. Resulting css would look like this.
.modal-backdrop { } .modal-backdrop.in { opacity: .35; filter: alpha(opacity=35); }