mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-02 04:20:24 +00:00
fix #12484
This commit is contained in:
parent
40d3cf6cd7
commit
4b194471b0
1 changed files with 2 additions and 2 deletions
|
|
@ -941,12 +941,12 @@ $('#example').tooltip(options)
|
|||
</div>
|
||||
{% highlight html linenos %}
|
||||
<!-- 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 -->
|
||||
<div class="tooltip top">
|
||||
<div class="tooltip-inner">
|
||||
Tooltip!
|
||||
Some tooltip text!
|
||||
</div>
|
||||
<div class="tooltip-arrow"></div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue