html 关闭Modal(BootStrap)时停止Youtube视频

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 关闭Modal(BootStrap)时停止Youtube视频相关的知识,希望对你有一定的参考价值。

	// Stop Youtube Modal videos when closed
	jQuery('.btn_close').click(function () {
	  jQuery('.bs-example-modal-lg').hide();
	  jQuery('.bs-example-modal-lg iframe').attr("src", jQuery(".bs-example-modal-lg iframe").attr("src"));
	});
REF:
https://teamtreehouse.com/community/bootstrap-video-modal-will-not-stop-playing


<div id="haiti_hazard_videos" class="modal fade bs-example-modal-lg" aria-labelledby="myLargeModalLabel">
      <div class="modal-dialog">
        <div class="modal-content">
          <div class="modal-header">
            <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
            <h4 class="modal-title">BC Winegrowers Series</h4>
          </div>
          <div class="modal-body">
            <iframe width="550" height="350" src="http://www.youtube.com/embed/mwuPTI8AT7M?rel=0" frameborder="0"></iframe>
          </div>
        </div>
      </div>
    </div>  
...
....
    
            <div class="close_button">
            	<a data-dismiss="modal" href="#" class="btn_close"><i class="fa icon-caret-left"></i>&nbsp;BACK</a>
            </div>

以上是关于html 关闭Modal(BootStrap)时停止Youtube视频的主要内容,如果未能解决你的问题,请参考以下文章

bootstrap 模态框(modal)点击空白处和ESC不关闭的方法

bootstrap种modal怎么关闭

bootstrap的modal提示框怎么实现自动关闭

Twitter Bootstrap modal 将 html 内容推送到左侧

python测试开发django-187.Bootstrap模态框(modal)如何在关闭时触发事件

如果第二次,Bootstrap Modal 按钮关闭无法关闭