티스토리 뷰

$(function(){
    $('.close').click(function(){      
        $('iframe').attr('src', $('iframe').attr('src'));
    });
});

*참고

https://stackoverflow.com/questions/13598423/stop-all-playing-iframe-videos-on-click-a-link-javascript

 

Stop all playing iframe videos on click a link javascript

I have a list of iframe videos in my webpage. <iframe width="520" height="360" src="http://www.youtube.com/embed/2muxrT5_a6E" frameborder="0" allowfullscreen></iframe> <iframe width...

stackoverflow.com

 

공지사항