bootstrap modal grayed out code example
Example 1: bootstrap modal remove gray background
$('.modal-backdrop').remove();
Example 2: bootstrap modal remove gray background
<!-- Button trigger modal -->
<button type="button" class="btn btn-primary btn-lg" data-toggle="modal" data-target="#myModal" data-backdrop="false">
Launch demo modal
</button>