gpt4 book ai didi

jQuery/Bootstrap - Twitter Bootstrap 模式在页面加载时打开?

转载 作者:行者123 更新时间:2023-12-01 00:48:33 25 4
gpt4 key购买 nike

我正在使用 Twitter Bootstrap 的 Modal 插件,一切正常,控制台没有显示 javascript 错误,但我的问题是它在页面加载时打开吗?我关闭模式,然后可以重新打开它,没有问题,但当我重新加载页面时,它只会保持打开状态。这是我的标记

HTML启动模式

<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>

Javascript

真的很简单:P,

 <script>
$('#myModal').modal()
</script>

最佳答案

$('#myModal').modal('hide') 

试试这个

http://twitter.github.com/bootstrap/javascript.html#modals

关于jQuery/Bootstrap - Twitter Bootstrap 模式在页面加载时打开?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13832710/

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