(function($){
$(document).ready(function(){
$("#myModal").on("hidden.bs.modal", function() {
console.log("You have closed the modal.");
var videoURL = $(".videoWrapper iframe").attr("src");
$(".videoWrapper iframe").attr("src", "");
$(".videoWrapper iframe").attr("src", videoURL);
});
});
})(jQ171);