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 sh
The correct way is to pass the param backdrop: false when create the modal
backdrop: false
$('#modal').modal({ backdrop: false })