Answers for "closing modal on iframe movies still running"

CSS
0

closing modal on iframe movies still running

$("#myModal").on('hidden.bs.modal', function (e) {
    $("#myModal iframe").attr("src", $("#myModal iframe").attr("src"));
});
Posted by: Guest on January-04-2021

Code answers related to "closing modal on iframe movies still running"

Browse Popular Code Answers by Language