Bootstrap 模式未完全显示
打开模式时,我正在开发前端应用程序
当我使用$("#bootstrap_modal").modal({show:true});
该图像显示了我的浏览器应用程序窗口的顶部部分。
有什么想法吗?
I am working on a front end application here when I open a modal with
$("#bootstrap_modal").modal({show:true});
it shows the modal in the browser screen in :
the image shows the top section of my browser app window.
Any Ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有代码我们只能猜测。
一般来说,你只需要需要Bootstraps CSS + JS,并使用以下代码:
Modal:
按钮触发模态:
参考
如果此演示未运行,请检查您的 JS 使用情况。
Without the code we just can guess.
In general you only need to require Bootstraps CSS + JS, and use the following code:
Modal:
Button to trigger the modal:
Reference
If this demo isn't running please check your JS Usage.