gpt4 book ai didi

jquery - Twitter Bootstrap Modal 示例对我不起作用

转载 作者:行者123 更新时间:2023-12-01 08:04:41 25 4
gpt4 key购买 nike

这是我打算运行的代码:the second example of Modals

但即使在 jsfiddle 上它也不起作用:link

<!-- Button to trigger modal -->
<a href="#myModal" role="button" class="btn" data-toggle="modal">Launch demo modal</a>

<!-- Modal -->
<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3 id="myModalLabel">Modal header</h3>
</div>
<div class="modal-body">
<p>One fine body…</p>
</div>
<div class="modal-footer">
<button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>
<button class="btn btn-primary">Save changes</button>
</div>
</div>

最佳答案

除了 bootstrap.min.css 之外,您还缺少对 bootstrap.jsbootstrap.min.js 的引用> 您已经引用过的文件。

查看此更新的工作 fiddle http://jsfiddle.net/cKH8X/2/

关于jquery - Twitter Bootstrap Modal 示例对我不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17482364/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com