In bootstrap css, it is possible to display a modal dialog, but I want to be able to make it modal so the UI behind doesn't respond, without having the dark black background shown.
There seems to be no options that allow me to do this on the $("#selector").modal() function.
add
data-backdrop="false"
to<div class="modal">
and Bootstrap will do the rest.Example: