bootstrap modal remove gray background

Solutions on MaxInterview for bootstrap modal remove gray background by the best coders in the world

showing results for - "bootstrap modal remove gray background"
Bautista
28 Sep 2018
1<!-- Button trigger modal -->
2<button type="button" class="btn btn-primary btn-lg" data-toggle="modal" data-target="#myModal" data-backdrop="false">
3  Launch demo modal
4</button>
Julia
13 Apr 2017
1$('.modal-backdrop').remove();