closing modal on iframe movies still running

Solutions on MaxInterview for closing modal on iframe movies still running by the best coders in the world

showing results for - "closing modal on iframe movies still running"
Emelie
21 Apr 2016
1$("#myModal").on('hidden.bs.modal', function (e) {
2    $("#myModal iframe").attr("src", $("#myModal iframe").attr("src"));
3});
4