gpt4 book ai didi

javascript - 使 Bootstrap Popover 插件独立于 bootstrap.js 工作

转载 作者:行者123 更新时间:2023-11-28 05:26:01 24 4
gpt4 key购买 nike

我正在尝试使 Bootstrap Popover 插件单独工作。仅当我将整个 Bootstrap 作为源附加而不是单独附加时,它才有效。

 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="bootstrap-popover.js"></script>

<!-- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> -->

<p>Click on button to see Popover</p>

<a href="#" id="example" class="btn btn-primary" rel="popover"
data-content="This is the body of Popover"
data-original-title="Creativity Tuts">pop
</a>

<script type="text/javascript">
$(function () {
$('#example').popover();
});
</script>

最佳答案

你为什么不使用 https://github.com/lokesh/lightbox2而不是孔 Bootstrap ?

关于javascript - 使 Bootstrap Popover 插件独立于 bootstrap.js 工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40164932/

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