gpt4 book ai didi

jquery - Bootstrap popover 没有粘在模态内

转载 作者:太空宇宙 更新时间:2023-11-03 21:20:55 24 4
gpt4 key购买 nike

问题是当我在模态之外使用 popover 时,它会按预期运行,当你向下滚动时,popover 会粘附在触发 popover 的元素上。

但是当我在模式中使用它时,问题就从那里开始了,它没有粘在触发弹出窗口的元素上。我正在用这段代码初始化弹出框。请引用这个demo .

    $('#popover1').popover({
container: "body",
html: true,
content: function () {
return '<div class="popover-message">' + $(this).data("message") + '</div>';
}
});

最佳答案

设置container配置到你的模态。

容器:$('#myModal')

https://jsfiddle.net/daveSalomon/gxn8o2hm/7/

关于jquery - Bootstrap popover 没有粘在模态内,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37455419/

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