Bootstrap modal close event using jquery

Solved:

$(document.body).on('hidden.bs.modal', '#myModal', function () {
            //do something
});

Comments

Popular posts from this blog

Add Image through base64 on PDF in itextsharp

how to insert text and tags at the cursor CKEDITOR