mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-28 15:50:01 +02:00
fix #12484
This commit is contained in:
@@ -941,12 +941,12 @@ $('#example').tooltip(options)
|
|||||||
</div>
|
</div>
|
||||||
{% highlight html linenos %}
|
{% highlight html linenos %}
|
||||||
<!-- HTML to write -->
|
<!-- HTML to write -->
|
||||||
<a href="#" data-toggle="tooltip" title="first tooltip">Hover over me</a>
|
<a href="#" data-toggle="tooltip" title="Some tooltip text!">Hover over me</a>
|
||||||
|
|
||||||
<!-- Generated markup by the plugin -->
|
<!-- Generated markup by the plugin -->
|
||||||
<div class="tooltip top">
|
<div class="tooltip top">
|
||||||
<div class="tooltip-inner">
|
<div class="tooltip-inner">
|
||||||
Tooltip!
|
Some tooltip text!
|
||||||
</div>
|
</div>
|
||||||
<div class="tooltip-arrow"></div>
|
<div class="tooltip-arrow"></div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user