【发布时间】:2024-04-20 00:05:02
【问题描述】:
我的网页中有一个 iframe 视频列表。
<iframe width="520" height="360" src="http://www.youtube.com/embed/2muxrT5_a6E" frameborder="0" allowfullscreen></iframe>
<iframe width="520" height="360" src="http://www.youtube.com/embed/2muxrT5_a6E" frameborder="0" allowfullscreen></iframe>
<iframe width="520" height="360" src="http://www.youtube.com/embed/2muxrT5_a6E" frameborder="0" allowfullscreen></iframe>
<a href="#" class="close">Stop all videos</a>
我需要在点击链接Stop all videos 时停止播放所有 iframe 视频。我该怎么做?
【问题讨论】:
标签: javascript jquery video iframe