Bootstrap Dialog CSS导致问题

时间:2016-07-29 23:16:45

标签: javascript jquery html css whmcs

我遇到了Bootstrap Dialog库的问题,该库旨在帮助模态窗口。 我想在WHMCS中使用该库,但好像我需要包含的文件会破坏模板。

如我所包含的例子所示:

<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap3-dialog/1.34.9/css/bootstrap-dialog.min.css" rel="stylesheet" type="text/css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap3-dialog/1.34.9/js/bootstrap-dialog.min.js"></script>

但是一旦我这样做,模板就会中断。它会抛出一切不合适的地方,包括WHMCS中的菜单和图像。 但是我打开的弹出窗口确实显示

如果删除<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet" type="text/css" />,模板会恢复正常,但是我调用以显示对话框的命令什么都不做。我无法在控制台中看到响应,也不再看到浏览器中发生任何事情。

可能是什么原因&amp;这个问题的可能解决方案?

有没有办法使用这个库和/或其他类似的库?

我会喜欢这件事的任何建议。

Bootstrap对话框:https://nakupanda.github.io/bootstrap3-dialog/

0 个答案:

没有答案