1.引入jQuery.min.js;
2.引入bootstrap-modal.js;
3.操作按钮:<a rel="nofollow noopener noreferrer" href="#edit" data-toggle="modal">修改</a>
4.模态框
<div class="modal fade" id="edit"> <div class="modal-dialog "> <div class="modal-content"> <div class="modal-header"> <h3 class="modal-title">头标题</h3> <a class="close" data-dismiss="modal"> <span>关闭</span> </a> </div> <div class="modal-body"> 内容 </div> <div class="modal-footer"> <!--脚--> <a class="btn btn-default " data-dismiss="modal">关闭</a> </div> </div> </div> </div>
以上所述是小编给大家介绍的BootStrap3中模态对话框的使用,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对网站的支持!
到此这篇关于BootStrap3中模态对话框的使用就介绍到这了。遇到挫折的时候,不要消极对待,要积极对待,一定要心宽,做到心宽不容易的。越消沉越就高中生作文不起身来。人生不要有太多计较,要向前走,要相信一年比一年好。更多相关BootStrap3中模态对话框的使用内容请查看相关栏目,小编编辑不易,再次感谢大家的支持!