diff options
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index b0e1287ba..9f57d0725 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -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> |
