如何使用Bootstrap弹出功能?

时间:2018-11-26 22:24:13

标签: twitter-bootstrap

以下是“弹出窗口”功能的示例:

<div class="container">
 <h3>Popover Example</h3>
 <p>
    Popovers are not CSS-only plugins, and must therefore be initialized with jQuery: select the specified element and call the popover() method.
 </p>
  <a href="#" data-toggle="popover" title="Popover Header" data-content="Some content inside the popover">Toggle popover</a>
</div>

在div上单击时,显示的是:

 title="Popover Header" data-content="Some content inside the popover"

如何修改此内容,以便使用弹出框更灵活地显示内容?因此,例如,单击div将显示图像作为可以轻松设置样式的数据内容。

0 个答案:

没有答案