How to remove bootstrap modal overlay for particular modal. when modal appears background has black color with some opacity is there any option for removing that elements...
$("#myModal").on('hide.bs.modal', function(){ $('.modal-backdrop').remove() });
This should work as a charm