gpt4 book ai didi

jquery - Bootstrap 3 弹出窗口可以使用外部 div 来存储内容吗?

转载 作者:行者123 更新时间:2023-12-03 22:20:51 24 4
gpt4 key购买 nike

这里的所有示例 http://getbootstrap.com/javascript/#popovers使用带有 data-content 属性的弹出窗口的内联内容。

我想要做的是在我的页面上设置一个隐藏的 div 内容,并从弹出窗口触发器中定位它,例如:

<div id="myPopoverContent">
...stuff...
</div>

然后

<a ng-href="" data-toggle="popover"><span class="badge">12</span> You have 12 messages.</a>

作为触发器。但如何触发呢?

最佳答案

使用popover函数的content选项来传递内容:

{
content: $('#myPopoverContent').text()
}

为了能够使用 HTML 内容,请使用:

{
content: $('#myPopoverContent').html(),
html: true
}

我准备了一个working example为你。

关于jquery - Bootstrap 3 弹出窗口可以使用外部 div 来存储内容吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23273025/

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