How to can you clear the bootstrap modal on dismiss/hide/close?
I have the following Modal definition:
This worked for me
$('body').on('hidden.bs.modal', '.modal', function () { $(".modal-content").empty(); });