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

Set span value using jquery and javascript

how to insert text and tags at the cursor CKEDITOR