I\'m very new to javascript and trying to use Twitter bootstrap to get a good looking website up and running quickly. I know this has something to do with jquery, but I\'m
Had a modal with many videos. Updated the code by @guillesalazar to close multiple videos in the modal.
$("#myModal").on('hidden.bs.modal', function (e) { $("#myModal iframe").each(function () { $(this).attr("src", ''); }); });