引入文件
<link rel="stylesheet" href="bootstrap.min.css" rel="external nofollow" > <link rel="stylesheet" href="style.css" rel="external nofollow" > <script src="jquery-1.12.4.min.js"></script> <script src="bootstrap.min.js"></script>
点击‘显示'按钮
$('#modalID').click(function () {
$('#newNotice').modal({backdrop:false})
})
改变内容
$('#changeModalID').click(function () {
$('.notice-content-center').html(data);
})
关闭模态框
$('.close-btn').click(function () {
$('#newNotice').modal('hide')
})
以上这篇bootstrap模态框弹出和隐藏,动态改变中间内容的实例就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持脚本之家。
Copyright © 2019- huatuo6.cn 版权所有 赣ICP备2024042791号-9
违法及侵权请联系:TEL:199 18 7713 E-MAIL:2724546146@qq.com
本站由北京市万商天勤律师事务所王兴未律师提供法律服务