我創造了一個多種形式對話Twitter的引導模態不正常
<a href="#myModal" role="button" class="btn" data-toggle="modal" id="LaunchDemo">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>
我剛打電話從模..
$("a#LaunchDemo").click();
但模式只是blinking
在屏幕上,我也通過按鈕點擊調用模態.same問題iam越來越,我出錯了,請幫助..
$('#myModal')。modal('show');它的工作原理 – sakar 2013-02-17 00:10:38
確保您在關閉正文標記之前在頁**的**底部加載Bootstrap.js。如果你這樣做,你不需要寫一行JS。 – 2013-05-20 20:30:13