我使用引导模态.触发器是这样的:
原文链接:https://www.f2er.com/php/131973.html<a id="add-Feed-button" role="button" data-toggle="modal" href="#add-Feed-form" class="btn pull-right btn-success" style="margin-left:5px; margin-top:-4px;">Add new</a>
和我的模态:
<div id="add-Feed-form" class="form-Feed modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> this is modal. </div>
问题是只有背景变黑,但没有出现模态.
我已经包括bootstrap.js和bootstrap.min.css.我已经使用了模式了很多次,但这是一个奇怪的问题.