时间:2021-05-25
起步
我就是喜欢用新的,况且 bs4 出来也很久了,用了一段时间后发现它并不支持远程静态框了,查了一下这部分已经被移除了。
所以,以前的 <a data-toggle="modal" href="remote.html" rel="external nofollow" data-target="#modal">Click me</a> 这种写法就没法用了,因此这部分要手动处理下。
处理
处理的方式其实也比较简单,改成手动 load 而已,按照 bs3 的效果是远程结果取代静态框中的 modal-content 部分:
<button data-toggle="modal" data-remote="remote.html" data-target="#modal">Click me</button><script> $('#modal_result').on('hidden.bs.modal', function (e) { $(this).find('.modal-body').html(' 等待结果,请稍后...'); $(this).removeData('bs.modal'); }).on('show.bs.modal', function (e) { // 手动处理下载入过程 var button = $(e.relatedTarget); var modal = $(this); modal.find('.modal-content').load(button.data("remote")); });</script>完整demo
<!DOCTYPE html><html ><head> <meta charset="utf-8"> <title>Codeply preview</title> <link href="https://cdn.bootcss.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="external nofollow" rel="stylesheet"></head><body > <button data-toggle="modal" class="btn btn-primary" data-remote="a.html" data-target="#modal">Click me</button><div id="modal" class="modal fade"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> <h4 class="modal-title"></h4> </div> <div class="modal-body"> 等待结果,请稍后... </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">关闭</button> </div> </div> </div> </div> <!--scripts loaded here--><script src="https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js"></script><script src="https://cdn.bootcss.com/popper.js/1.14.3/umd/popper.min.js"></script><script src="https://cdn.bootcss.com/bootstrap/4.1.1/js/bootstrap.min.js"></script><script> $('#modal').on('hidden.bs.modal', function (e) { $(this).find('.modal-body').html(' 等待结果,请稍后...'); $(this).removeData('bs.modal'); }).on('show.bs.modal', function (e) { var button = $(e.relatedTarget); var modal = $(this); modal.find('.modal-content').load(button.data("remote")); });</script></body></html>以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
本文实例为大家分享了bootstrap警告框的具体代码,供大家参考,具体内容如下XXX×警告:你的浏览器不支持×警告:你的浏览器不支持$('.close').o
在Bootstrap四周年纪念日上(8月19日)发布了Bootstrap4内测版,下面让我们来看下Bootstrap4做了哪些更新!!从Less迁移到Sass:
如果你是想在laravel5.5上直接使用bootstrap4,这应该是相对明智的,因为bootstrap4最终版本已经发布了,那么这里有一个好消息,就是你不需
巧用批处理解决IE不支持JavaScript等问题rem=====批处理开始========regsvr32actxprxy.dllregsvr32shdocv
pr导入mp4视频没有声音的原因如下: 1、格式不支持。在网上下载的视频素材,很多都不支持格式,在导入的时候,会出现格式不支持的提示。 2、电脑显卡太渣,导