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
In my case solve it, add this in my stylesheet:
.modal-backdrop{ z-index:0; }
with google debugger, can examine element BACKDROP And modify attributes. Goog luck.