Painting Blue Code
Simple, self-explanatory code snippets.
2018-06-05
Bootstrap - How to remove modal's pesky backdrop (gray overlay)
$('#exampleModal2').modal('toggle');
$('#exampleModal2').modal('hide');
$('body').removeClass('modal-open');
$('.modal-backdrop').remove();
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)